Html Css Color HEX #64CEC6 Downy

📋 copy color: '#64CEC6'

red 100 ◦ green 206 ◦ blue 198

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

Shades of Downy #64CEC6

Tints of Downy #64CEC6

RGB

 RED value IS 100 (39.45% from 255) = 19.84%

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 19.84%
G = 40.87%
B = 39.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#64CEC6 (or 0x64CEC6) is known color: Downy. HEX triplet: 64, CE and C6. RGB value is (100,206,198). Sum of RGB (Red+Green+Blue) = 100+206+198=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #64CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CEC6 is #9B3139. Grayscale: #ADADAD. Windows color (decimal): -10170682 or 13028964. OLE color: 13028964.

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

Color convert

RGB 100 206 198 -
CMYK 0.51 0 0.04 0.19
HSL 175.47º 0.52% 0.6% -
HSV(B) 175.47º 0.51% 0.81% -
XYZ 37.52 50.93 61.28 -
YUV 173.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 100 206 198 0.51 0 0.04 0.19 175.47 0.52 0.6
Hex 64 CE C6 33 0 4 13 AF 34 3C
Octal 144 316 306 63 0 4 23 257 64 74
Binary 1100100 11001110 11000110 110011 0 100 10011 10101111 110100 111100

Color Harmonies of #64CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEC6

Black with #64CEC6

Text Example


Text Example

White with #64CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CEC6; }

 p { color: rgb(100,206,198); }

 H1.HeaderClassName
 {
   color: #64CEC6;
 }
 .AnyTagClassName
 {
   color: #64CEC6;
 }
</style>

background-color css

<style>
 a { background-color: #64CEC6; }

 a { background-color: rgb(100,206,198); }

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

border-color css

<style>
 span { border-color: #64CEC6; }

 span { border-color: rgb(100,206,198); }

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