Html Css Color HEX #75CEB9 Downy

📋 copy color: '#75CEB9'

red 117 ◦ green 206 ◦ blue 185

#75CEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #75CEB9

Tints of Downy #75CEB9

RGB

 RED value IS 117 (46.09% from 255) = 23.03%

 GREEN value IS 206 (80.86% from 255) = 40.55%

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 23.03%
G = 40.55%
B = 36.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#75CEB9 (or 0x75CEB9) is known color: Downy. HEX triplet: 75, CE and B9. RGB value is (117,206,185). Sum of RGB (Red+Green+Blue) = 117+206+185=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEB9 is #8A3146. Grayscale: #B0B0B0. Windows color (decimal): -9056583 or 12177013. OLE color: 12177013.

HSL color Cylindrical-coordinate representation of color #75CEB9: hue angle of 165.84º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEB9 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 185 -
CMYK 0.43 0 0.10 0.19
HSL 165.84º 0.48% 0.63% -
HSV(B) 165.84º 0.43% 0.81% -
XYZ 38.16 51.43 53.81 -
YUV 177 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 117 206 185 0.43 0 0.10 0.19 165.84 0.48 0.63
Hex 75 CE B9 2B 0 A 13 A6 30 3F
Octal 165 316 271 53 0 12 23 246 60 77
Binary 1110101 11001110 10111001 101011 0 1010 10011 10100110 110000 111111

Color Harmonies of #75CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEB9

Black with #75CEB9

Text Example


Text Example

White with #75CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,185); }

 H1.HeaderClassName
 {
   color: #75CEB9;
 }
 .AnyTagClassName
 {
   color: #75CEB9;
 }
</style>

background-color css

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

 a { background-color: rgb(117,206,185); }

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

border-color css

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

 span { border-color: rgb(117,206,185); }

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