Html Css Color HEX #75D6CE Downy

📋 copy color: '#75D6CE'

red 117 ◦ green 214 ◦ blue 206

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

Shades of Downy #75D6CE

Tints of Downy #75D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.85%

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

R = 21.79%
G = 39.85%
B = 38.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#75D6CE (or 0x75D6CE) is known color: Downy. HEX triplet: 75, D6 and CE. RGB value is (117,214,206). Sum of RGB (Red+Green+Blue) = 117+214+206=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6CE is #8A2931. Grayscale: #B8B8B8. Windows color (decimal): -9054514 or 13555317. OLE color: 13555317.

HSL color Cylindrical-coordinate representation of color #75D6CE: hue angle of 175.05º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D6CE is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 206 -
CMYK 0.45 0 0.04 0.16
HSL 175.05º 0.54% 0.65% -
HSV(B) 175.05º 0.45% 0.84% -
XYZ 42.52 56.33 67.02 -
YUV 184.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 117 214 206 0.45 0 0.04 0.16 175.05 0.54 0.65
Hex 75 D6 CE 2D 0 4 10 AF 36 41
Octal 165 326 316 55 0 4 20 257 66 101
Binary 1110101 11010110 11001110 101101 0 100 10000 10101111 110110 1000001

Color Harmonies of #75D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D6CE

Black with #75D6CE

Text Example


Text Example

White with #75D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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