Html Css Color HEX #66CFC5 Downy

📋 copy color: '#66CFC5'

red 102 ◦ green 207 ◦ blue 197

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

Shades of Downy #66CFC5

Tints of Downy #66CFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 20.16%
G = 40.91%
B = 38.93%

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

#66CFC5 (or 0x66CFC5) is known color: Downy. HEX triplet: 66, CF and C5. RGB value is (102,207,197). Sum of RGB (Red+Green+Blue) = 102+207+197=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFC5 is #99303A. Grayscale: #AEAEAE. Windows color (decimal): -10039355 or 12963686. OLE color: 12963686.

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

Color convert

RGB 102 207 197 -
CMYK 0.51 0 0.05 0.19
HSL 174.29º 0.52% 0.61% -
HSV(B) 174.29º 0.51% 0.81% -
XYZ 37.87 51.48 60.76 -
YUV 174.47 140.71 76.31 -
System Red Green Blue C M Y K H S L
Decimal 102 207 197 0.51 0 0.05 0.19 174.29 0.52 0.61
Hex 66 CF C5 33 0 5 13 AE 34 3D
Octal 146 317 305 63 0 5 23 256 64 75
Binary 1100110 11001111 11000101 110011 0 101 10011 10101110 110100 111101

Color Harmonies of #66CFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFC5

Black with #66CFC5

Text Example


Text Example

White with #66CFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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