Html Css Color HEX #6AEBBD Downy

📋 copy color: '#6AEBBD'

red 106 ◦ green 235 ◦ blue 189

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

Shades of Downy #6AEBBD

Tints of Downy #6AEBBD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.34%

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 20%
G = 44.34%
B = 35.66%

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

#6AEBBD (or 0x6AEBBD) is known color: Downy. HEX triplet: 6A, EB and BD. RGB value is (106,235,189). Sum of RGB (Red+Green+Blue) = 106+235+189=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBBD is #951442. Grayscale: #BFBFBF. Windows color (decimal): -9770051 or 12446570. OLE color: 12446570.

HSL color Cylindrical-coordinate representation of color #6AEBBD: hue angle of 158.6º degrees, saturation: 0.76, 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 #6AEBBD is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 235 189 -
CMYK 0.55 0 0.20 0.08
HSL 158.6º 0.76% 0.67% -
HSV(B) 158.6º 0.55% 0.92% -
XYZ 44.84 66.15 58.55 -
YUV 191.19 126.76 67.24 -
System Red Green Blue C M Y K H S L
Decimal 106 235 189 0.55 0 0.20 0.08 158.6 0.76 0.67
Hex 6A EB BD 37 0 14 8 9F 4C 43
Octal 152 353 275 67 0 24 10 237 114 103
Binary 1101010 11101011 10111101 110111 0 10100 1000 10011111 1001100 1000011

Color Harmonies of #6AEBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBBD

Black with #6AEBBD

Text Example


Text Example

White with #6AEBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,235,189); }

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

background-color css

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

 a { background-color: rgb(106,235,189); }

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

border-color css

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

 span { border-color: rgb(106,235,189); }

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