Html Css Color HEX #66EEC5 Downy

📋 copy color: '#66EEC5'

red 102 ◦ green 238 ◦ blue 197

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

Shades of Downy #66EEC5

Tints of Downy #66EEC5

RGB

 RED value IS 102 (40.23% from 255) = 18.99%

 GREEN value IS 238 (93.36% from 255) = 44.32%

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 18.99%
G = 44.32%
B = 36.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#66EEC5 (or 0x66EEC5) is known color: Downy. HEX triplet: 66, EE and C5. RGB value is (102,238,197). Sum of RGB (Red+Green+Blue) = 102+238+197=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #66EEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EEC5 is #99113A. Grayscale: #C0C0C0. Windows color (decimal): -10031419 or 12971622. OLE color: 12971622.

HSL color Cylindrical-coordinate representation of color #66EEC5: hue angle of 161.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EEC5 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 238 197 -
CMYK 0.57 0 0.17 0.07
HSL 161.91º 0.8% 0.67% -
HSV(B) 161.91º 0.57% 0.93% -
XYZ 46.13 68.01 63.52 -
YUV 192.66 130.44 63.33 -
System Red Green Blue C M Y K H S L
Decimal 102 238 197 0.57 0 0.17 0.07 161.91 0.8 0.67
Hex 66 EE C5 39 0 11 7 A2 50 43
Octal 146 356 305 71 0 21 7 242 120 103
Binary 1100110 11101110 11000101 111001 0 10001 111 10100010 1010000 1000011

Color Harmonies of #66EEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EEC5

Black with #66EEC5

Text Example


Text Example

White with #66EEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66EEC5; }

 p { color: rgb(102,238,197); }

 H1.HeaderClassName
 {
   color: #66EEC5;
 }
 .AnyTagClassName
 {
   color: #66EEC5;
 }
</style>

background-color css

<style>
 a { background-color: #66EEC5; }

 a { background-color: rgb(102,238,197); }

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

border-color css

<style>
 span { border-color: #66EEC5; }

 span { border-color: rgb(102,238,197); }

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