Html Css Color HEX #6AE5CB Downy

📋 copy color: '#6AE5CB'

red 106 ◦ green 229 ◦ blue 203

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

Shades of Downy #6AE5CB

Tints of Downy #6AE5CB

RGB

 RED value IS 106 (41.8% from 255) = 19.7%

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 19.7%
G = 42.57%
B = 37.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#6AE5CB (or 0x6AE5CB) is known color: Downy. HEX triplet: 6A, E5 and CB. RGB value is (106,229,203). Sum of RGB (Red+Green+Blue) = 106+229+203=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE5CB is #951A34. Grayscale: #BDBDBD. Windows color (decimal): -9771573 or 13362538. OLE color: 13362538.

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

Color convert

RGB 106 229 203 -
CMYK 0.54 0 0.11 0.10
HSL 167.32º 0.7% 0.66% -
HSV(B) 167.32º 0.54% 0.9% -
XYZ 44.74 63.41 66.38 -
YUV 189.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 106 229 203 0.54 0 0.11 0.10 167.32 0.7 0.66
Hex 6A E5 CB 36 0 B A A7 46 42
Octal 152 345 313 66 0 13 12 247 106 102
Binary 1101010 11100101 11001011 110110 0 1011 1010 10100111 1000110 1000010

Color Harmonies of #6AE5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE5CB

Black with #6AE5CB

Text Example


Text Example

White with #6AE5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,229,203); }

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

background-color css

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

 a { background-color: rgb(106,229,203); }

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

border-color css

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

 span { border-color: rgb(106,229,203); }

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