Html Css Color HEX #6AEABB Downy

📋 copy color: '#6AEABB'

red 106 ◦ green 234 ◦ blue 187

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

Shades of Downy #6AEABB

Tints of Downy #6AEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 20.11%
G = 44.4%
B = 35.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#6AEABB (or 0x6AEABB) is known color: Downy. HEX triplet: 6A, EA and BB. RGB value is (106,234,187). Sum of RGB (Red+Green+Blue) = 106+234+187=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEABB is #951544. Grayscale: #BEBEBE. Windows color (decimal): -9770309 or 12315242. OLE color: 12315242.

HSL color Cylindrical-coordinate representation of color #6AEABB: hue angle of 157.97º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEABB is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 234 187 -
CMYK 0.55 0 0.20 0.08
HSL 157.97º 0.75% 0.67% -
HSV(B) 157.97º 0.55% 0.92% -
XYZ 44.34 65.5 57.32 -
YUV 190.37 126.09 67.82 -
System Red Green Blue C M Y K H S L
Decimal 106 234 187 0.55 0 0.20 0.08 157.97 0.75 0.67
Hex 6A EA BB 37 0 14 8 9E 4B 43
Octal 152 352 273 67 0 24 10 236 113 103
Binary 1101010 11101010 10111011 110111 0 10100 1000 10011110 1001011 1000011

Color Harmonies of #6AEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEABB

Black with #6AEABB

Text Example


Text Example

White with #6AEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,234,187); }

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

background-color css

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

 a { background-color: rgb(106,234,187); }

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

border-color css

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

 span { border-color: rgb(106,234,187); }

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