Html Css Color HEX #66EFBA Downy

📋 copy color: '#66EFBA'

red 102 ◦ green 239 ◦ blue 186

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

Shades of Downy #66EFBA

Tints of Downy #66EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

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

R = 19.35%
G = 45.35%
B = 35.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#66EFBA (or 0x66EFBA) is known color: Downy. HEX triplet: 66, EF and BA. RGB value is (102,239,186). Sum of RGB (Red+Green+Blue) = 102+239+186=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFBA is #991045. Grayscale: #C0C0C0. Windows color (decimal): -10031174 or 12250982. OLE color: 12250982.

HSL color Cylindrical-coordinate representation of color #66EFBA: hue angle of 156.79º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFBA is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 239 186 -
CMYK 0.57 0 0.22 0.06
HSL 156.79º 0.81% 0.67% -
HSV(B) 156.79º 0.57% 0.94% -
XYZ 45.21 68.1 57.22 -
YUV 192 124.61 63.81 -
System Red Green Blue C M Y K H S L
Decimal 102 239 186 0.57 0 0.22 0.06 156.79 0.81 0.67
Hex 66 EF BA 39 0 16 6 9D 51 43
Octal 146 357 272 71 0 26 6 235 121 103
Binary 1100110 11101111 10111010 111001 0 10110 110 10011101 1010001 1000011

Color Harmonies of #66EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EFBA

Black with #66EFBA

Text Example


Text Example

White with #66EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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