Html Css Color HEX #66CEBF Downy

📋 copy color: '#66CEBF'

red 102 ◦ green 206 ◦ blue 191

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

Shades of Downy #66CEBF

Tints of Downy #66CEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.28%

R = 20.44%
G = 41.28%
B = 38.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#66CEBF (or 0x66CEBF) is known color: Downy. HEX triplet: 66, CE and BF. RGB value is (102,206,191). Sum of RGB (Red+Green+Blue) = 102+206+191=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEBF is #993140. Grayscale: #ADADAD. Windows color (decimal): -10039617 or 12570214. OLE color: 12570214.

HSL color Cylindrical-coordinate representation of color #66CEBF: hue angle of 171.35º 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 #66CEBF is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 191 -
CMYK 0.50 0 0.07 0.19
HSL 171.35º 0.51% 0.6% -
HSV(B) 171.35º 0.5% 0.81% -
XYZ 36.95 50.73 57.13 -
YUV 173.19 138.04 77.22 -
System Red Green Blue C M Y K H S L
Decimal 102 206 191 0.50 0 0.07 0.19 171.35 0.51 0.6
Hex 66 CE BF 32 0 7 13 AB 33 3C
Octal 146 316 277 62 0 7 23 253 63 74
Binary 1100110 11001110 10111111 110010 0 111 10011 10101011 110011 111100

Color Harmonies of #66CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEBF

Black with #66CEBF

Text Example


Text Example

White with #66CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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