#75CB88

Color #75CB88 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #75CB88

Tints of De York #75CB88

Color information

#75CB88 (or 0x75CB88) is unknown color: approx De York. HEX triplet: 75, CB and 88. RGB value is (117,203,136). Sum of RGB (Red+Green+Blue) = 117+203+136=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CB88 is #8A3477. Grayscale: #A9A9A9. Windows color (decimal): -9057400 or 8964981. OLE color: 8964981.

HSL color Cylindrical-coordinate representation of color #75CB88: hue angle of 133.26º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CB88 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB117203136-
CMYK0.4200.330.20
HSL133.26º45.26%62.75%-
HSV(B)133.26º42.36%79.61%-
XYZ33.1448.2730.86-
YUV169.65109.0190.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 203 (79.69% from 255) = 44.52%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=25.66%
G=44.52%
B=29.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031360.4200.330.20133.2645.2662.75
Hex75CB882A02114852d3f
Octal16531321052041242055577
Binary1110101110010111000100010101001000011010010000101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CB88; }

 p { color: rgb(117,203,136); }

 H1.HeaderClassName
 {
   color: #75CB88;
 }
 .AnyTagClassName
 {
   color: #75CB88;
 }
</style>
background-color css

<style>
 a { background-color: #75CB88; }

 a { background-color: rgb(117,203,136); }

 div.DivClassName
 {
   background-color: #75CB88;
 }
 .BgClassName
 {
   background-color: #75CB88;
 }
</style>
border-color css

<style>
 span { border-color: #75CB88; }

 span { border-color: rgb(117,203,136); }

 td.TdClassName
 {
   border-color: #75CB88;
 }
 .TagClassName
 {
   border-color: #75CB88;
 }
</style>