Html Css Color HEX #66CFBA Downy

📋 copy color: '#66CFBA'

red 102 ◦ green 207 ◦ blue 186

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

Shades of Downy #66CFBA

Tints of Downy #66CFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.82%

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

R = 20.61%
G = 41.82%
B = 37.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#66CFBA (or 0x66CFBA) is known color: Downy. HEX triplet: 66, CF and BA. RGB value is (102,207,186). Sum of RGB (Red+Green+Blue) = 102+207+186=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFBA is #993045. Grayscale: #ADADAD. Windows color (decimal): -10039366 or 12242790. OLE color: 12242790.

HSL color Cylindrical-coordinate representation of color #66CFBA: hue angle of 168º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFBA is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 186 -
CMYK 0.51 0 0.10 0.19
HSL 168º 0.52% 0.61% -
HSV(B) 168º 0.51% 0.81% -
XYZ 36.66 51 54.37 -
YUV 173.21 135.21 77.21 -
System Red Green Blue C M Y K H S L
Decimal 102 207 186 0.51 0 0.10 0.19 168 0.52 0.61
Hex 66 CF BA 33 0 A 13 A8 34 3D
Octal 146 317 272 63 0 12 23 250 64 75
Binary 1100110 11001111 10111010 110011 0 1010 10011 10101000 110100 111101

Color Harmonies of #66CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFBA

Black with #66CFBA

Text Example


Text Example

White with #66CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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