Html Css Color HEX #66F2B6 Downy

📋 copy color: '#66F2B6'

red 102 ◦ green 242 ◦ blue 182

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

Shades of Downy #66F2B6

Tints of Downy #66F2B6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 19.39%
G = 46.01%
B = 34.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#66F2B6 (or 0x66F2B6) is known color: Downy. HEX triplet: 66, F2 and B6. RGB value is (102,242,182). Sum of RGB (Red+Green+Blue) = 102+242+182=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2B6 is #990D49. Grayscale: #C1C1C1. Windows color (decimal): -10030410 or 11989606. OLE color: 11989606.

HSL color Cylindrical-coordinate representation of color #66F2B6: hue angle of 154.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2B6 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 182 -
CMYK 0.58 0 0.25 0.05
HSL 154.29º 0.84% 0.67% -
HSV(B) 154.29º 0.58% 0.95% -
XYZ 45.68 69.71 55.3 -
YUV 193.3 121.62 62.88 -
System Red Green Blue C M Y K H S L
Decimal 102 242 182 0.58 0 0.25 0.05 154.29 0.84 0.67
Hex 66 F2 B6 3A 0 19 5 9A 54 43
Octal 146 362 266 72 0 31 5 232 124 103
Binary 1100110 11110010 10110110 111010 0 11001 101 10011010 1010100 1000011

Color Harmonies of #66F2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2B6

Black with #66F2B6

Text Example


Text Example

White with #66F2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,242,182); }

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

background-color css

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

 a { background-color: rgb(102,242,182); }

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

border-color css

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

 span { border-color: rgb(102,242,182); }

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