Html Css Color HEX #66EEBE Downy

📋 copy color: '#66EEBE'

red 102 ◦ green 238 ◦ blue 190

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

Shades of Downy #66EEBE

Tints of Downy #66EEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 19.25%
G = 44.91%
B = 35.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#66EEBE (or 0x66EEBE) is known color: Downy. HEX triplet: 66, EE and BE. RGB value is (102,238,190). Sum of RGB (Red+Green+Blue) = 102+238+190=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #66EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EEBE is #991141. Grayscale: #BFBFBF. Windows color (decimal): -10031426 or 12512870. OLE color: 12512870.

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

Color convert

RGB 102 238 190 -
CMYK 0.57 0 0.20 0.07
HSL 158.82º 0.8% 0.67% -
HSV(B) 158.82º 0.57% 0.93% -
XYZ 45.35 67.69 59.39 -
YUV 191.86 126.94 63.9 -
System Red Green Blue C M Y K H S L
Decimal 102 238 190 0.57 0 0.20 0.07 158.82 0.8 0.67
Hex 66 EE BE 39 0 14 7 9F 50 43
Octal 146 356 276 71 0 24 7 237 120 103
Binary 1100110 11101110 10111110 111001 0 10100 111 10011111 1010000 1000011

Color Harmonies of #66EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EEBE

Black with #66EEBE

Text Example


Text Example

White with #66EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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