Html Css Color HEX #6CE5CC Downy

📋 copy color: '#6CE5CC'

red 108 ◦ green 229 ◦ blue 204

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

Shades of Downy #6CE5CC

Tints of Downy #6CE5CC

RGB

 RED value IS 108 (42.58% from 255) = 19.96%

 GREEN value IS 229 (89.84% from 255) = 42.33%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 19.96%
G = 42.33%
B = 37.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#6CE5CC (or 0x6CE5CC) is known color: Downy. HEX triplet: 6C, E5 and CC. RGB value is (108,229,204). Sum of RGB (Red+Green+Blue) = 108+229+204=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #6CE5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE5CC is #931A33. Grayscale: #BDBDBD. Windows color (decimal): -9640500 or 13428076. OLE color: 13428076.

HSL color Cylindrical-coordinate representation of color #6CE5CC: hue angle of 167.6º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE5CC is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 108 229 204 -
CMYK 0.53 0 0.11 0.10
HSL 167.6º 0.7% 0.66% -
HSV(B) 167.6º 0.53% 0.9% -
XYZ 45.1 63.59 67.02 -
YUV 189.97 135.91 69.53 -
System Red Green Blue C M Y K H S L
Decimal 108 229 204 0.53 0 0.11 0.10 167.6 0.7 0.66
Hex 6C E5 CC 35 0 B A A8 46 42
Octal 154 345 314 65 0 13 12 250 106 102
Binary 1101100 11100101 11001100 110101 0 1011 1010 10101000 1000110 1000010

Color Harmonies of #6CE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE5CC

Black with #6CE5CC

Text Example


Text Example

White with #6CE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CE5CC; }

 p { color: rgb(108,229,204); }

 H1.HeaderClassName
 {
   color: #6CE5CC;
 }
 .AnyTagClassName
 {
   color: #6CE5CC;
 }
</style>

background-color css

<style>
 a { background-color: #6CE5CC; }

 a { background-color: rgb(108,229,204); }

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

border-color css

<style>
 span { border-color: #6CE5CC; }

 span { border-color: rgb(108,229,204); }

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