Html Css Color HEX #66CEBA Downy

📋 copy color: '#66CEBA'

red 102 ◦ green 206 ◦ blue 186

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

Shades of Downy #66CEBA

Tints of Downy #66CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 20.65%
G = 41.7%
B = 37.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#66CEBA (or 0x66CEBA) is known color: Downy. HEX triplet: 66, CE and BA. RGB value is (102,206,186). Sum of RGB (Red+Green+Blue) = 102+206+186=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEBA is #993145. Grayscale: #ACACAC. Windows color (decimal): -10039622 or 12242534. OLE color: 12242534.

HSL color Cylindrical-coordinate representation of color #66CEBA: hue angle of 168.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEBA is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 186 -
CMYK 0.50 0 0.10 0.19
HSL 168.46º 0.51% 0.6% -
HSV(B) 168.46º 0.5% 0.81% -
XYZ 36.41 50.51 54.29 -
YUV 172.62 135.54 77.63 -
System Red Green Blue C M Y K H S L
Decimal 102 206 186 0.50 0 0.10 0.19 168.46 0.51 0.6
Hex 66 CE BA 32 0 A 13 A8 33 3C
Octal 146 316 272 62 0 12 23 250 63 74
Binary 1100110 11001110 10111010 110010 0 1010 10011 10101000 110011 111100

Color Harmonies of #66CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEBA

Black with #66CEBA

Text Example


Text Example

White with #66CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,206,186); }

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

background-color css

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

 a { background-color: rgb(102,206,186); }

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

border-color css

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

 span { border-color: rgb(102,206,186); }

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