Html Css Color HEX #6AEBBE Downy

📋 copy color: '#6AEBBE'

red 106 ◦ green 235 ◦ blue 190

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

Shades of Downy #6AEBBE

Tints of Downy #6AEBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 19.96%
G = 44.26%
B = 35.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#6AEBBE (or 0x6AEBBE) is known color: Downy. HEX triplet: 6A, EB and BE. RGB value is (106,235,190). Sum of RGB (Red+Green+Blue) = 106+235+190=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBBE is #951441. Grayscale: #BFBFBF. Windows color (decimal): -9770050 or 12512106. OLE color: 12512106.

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

Color convert

RGB 106 235 190 -
CMYK 0.55 0 0.19 0.08
HSL 159.07º 0.76% 0.67% -
HSV(B) 159.07º 0.55% 0.92% -
XYZ 44.95 66.2 59.12 -
YUV 191.3 127.26 67.16 -
System Red Green Blue C M Y K H S L
Decimal 106 235 190 0.55 0 0.19 0.08 159.07 0.76 0.67
Hex 6A EB BE 37 0 13 8 9F 4C 43
Octal 152 353 276 67 0 23 10 237 114 103
Binary 1101010 11101011 10111110 110111 0 10011 1000 10011111 1001100 1000011

Color Harmonies of #6AEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBBE

Black with #6AEBBE

Text Example


Text Example

White with #6AEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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