Html Css Color HEX #66CFC4 Downy

📋 copy color: '#66CFC4'

red 102 ◦ green 207 ◦ blue 196

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

Shades of Downy #66CFC4

Tints of Downy #66CFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 20.2%
G = 40.99%
B = 38.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#66CFC4 (or 0x66CFC4) is known color: Downy. HEX triplet: 66, CF and C4. RGB value is (102,207,196). Sum of RGB (Red+Green+Blue) = 102+207+196=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFC4 is #99303B. Grayscale: #AEAEAE. Windows color (decimal): -10039356 or 12898150. OLE color: 12898150.

HSL color Cylindrical-coordinate representation of color #66CFC4: hue angle of 173.71º 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 #66CFC4 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 196 -
CMYK 0.51 0 0.05 0.19
HSL 173.71º 0.52% 0.61% -
HSV(B) 173.71º 0.51% 0.81% -
XYZ 37.76 51.44 60.16 -
YUV 174.35 140.21 76.39 -
System Red Green Blue C M Y K H S L
Decimal 102 207 196 0.51 0 0.05 0.19 173.71 0.52 0.61
Hex 66 CF C4 33 0 5 13 AE 34 3D
Octal 146 317 304 63 0 5 23 256 64 75
Binary 1100110 11001111 11000100 110011 0 101 10011 10101110 110100 111101

Color Harmonies of #66CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFC4

Black with #66CFC4

Text Example


Text Example

White with #66CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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