Html Css Color HEX #66DFBB Downy

📋 copy color: '#66DFBB'

red 102 ◦ green 223 ◦ blue 187

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

Shades of Downy #66DFBB

Tints of Downy #66DFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.55%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 19.92%
G = 43.55%
B = 36.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#66DFBB (or 0x66DFBB) is known color: Downy. HEX triplet: 66, DF and BB. RGB value is (102,223,187). Sum of RGB (Red+Green+Blue) = 102+223+187=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFBB is #992044. Grayscale: #B6B6B6. Windows color (decimal): -10035269 or 12312422. OLE color: 12312422.

HSL color Cylindrical-coordinate representation of color #66DFBB: hue angle of 162.15º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFBB is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 223 187 -
CMYK 0.54 0 0.16 0.13
HSL 162.15º 0.65% 0.64% -
HSV(B) 162.15º 0.54% 0.87% -
XYZ 40.84 59.19 56.29 -
YUV 182.72 130.41 70.43 -
System Red Green Blue C M Y K H S L
Decimal 102 223 187 0.54 0 0.16 0.13 162.15 0.65 0.64
Hex 66 DF BB 36 0 10 D A2 41 40
Octal 146 337 273 66 0 20 15 242 101 100
Binary 1100110 11011111 10111011 110110 0 10000 1101 10100010 1000001 1000000

Color Harmonies of #66DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFBB

Black with #66DFBB

Text Example


Text Example

White with #66DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,223,187); }

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

background-color css

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

 a { background-color: rgb(102,223,187); }

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

border-color css

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

 span { border-color: rgb(102,223,187); }

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