Html Css Color HEX #6AEFBB Downy

📋 copy color: '#6AEFBB'

red 106 ◦ green 239 ◦ blue 187

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

Shades of Downy #6AEFBB

Tints of Downy #6AEFBB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.92%

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

R = 19.92%
G = 44.92%
B = 35.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#6AEFBB (or 0x6AEFBB) is known color: Downy. HEX triplet: 6A, EF and BB. RGB value is (106,239,187). Sum of RGB (Red+Green+Blue) = 106+239+187=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFBB is #951044. Grayscale: #C1C1C1. Windows color (decimal): -9769029 or 12316522. OLE color: 12316522.

HSL color Cylindrical-coordinate representation of color #6AEFBB: hue angle of 156.54º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFBB is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 239 187 -
CMYK 0.56 0 0.22 0.06
HSL 156.54º 0.81% 0.68% -
HSV(B) 156.54º 0.56% 0.94% -
XYZ 45.78 68.39 57.8 -
YUV 193.31 124.44 65.73 -
System Red Green Blue C M Y K H S L
Decimal 106 239 187 0.56 0 0.22 0.06 156.54 0.81 0.68
Hex 6A EF BB 38 0 16 6 9D 51 44
Octal 152 357 273 70 0 26 6 235 121 104
Binary 1101010 11101111 10111011 111000 0 10110 110 10011101 1010001 1000100

Color Harmonies of #6AEFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFBB

Black with #6AEFBB

Text Example


Text Example

White with #6AEFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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