Html Css Color HEX #75D4CE Downy

📋 copy color: '#75D4CE'

red 117 ◦ green 212 ◦ blue 206

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

Shades of Downy #75D4CE

Tints of Downy #75D4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.63%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 21.87%
G = 39.63%
B = 38.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#75D4CE (or 0x75D4CE) is known color: Downy. HEX triplet: 75, D4 and CE. RGB value is (117,212,206). Sum of RGB (Red+Green+Blue) = 117+212+206=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #75D4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D4CE is #8A2B31. Grayscale: #B6B6B6. Windows color (decimal): -9055026 or 13554805. OLE color: 13554805.

HSL color Cylindrical-coordinate representation of color #75D4CE: hue angle of 176.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D4CE is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 206 -
CMYK 0.45 0 0.03 0.17
HSL 176.21º 0.52% 0.65% -
HSV(B) 176.21º 0.45% 0.83% -
XYZ 42.02 55.33 66.86 -
YUV 182.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 117 212 206 0.45 0 0.03 0.17 176.21 0.52 0.65
Hex 75 D4 CE 2D 0 3 11 B0 34 41
Octal 165 324 316 55 0 3 21 260 64 101
Binary 1110101 11010100 11001110 101101 0 11 10001 10110000 110100 1000001

Color Harmonies of #75D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D4CE

Black with #75D4CE

Text Example


Text Example

White with #75D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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