Html Css Color HEX #6AEBAF Medium Aquamarine

📋 copy color: '#6AEBAF'

red 106 ◦ green 235 ◦ blue 175

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

Shades of Medium Aquamarine #6AEBAF

Tints of Medium Aquamarine #6AEBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 20.54%
G = 45.54%
B = 33.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#6AEBAF (or 0x6AEBAF) is known color: Medium Aquamarine. HEX triplet: 6A, EB and AF. RGB value is (106,235,175). Sum of RGB (Red+Green+Blue) = 106+235+175=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEBAF is #951450. Grayscale: #BDBDBD. Windows color (decimal): -9770065 or 11529066. OLE color: 11529066.

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

Color convert

RGB 106 235 175 -
CMYK 0.55 0 0.26 0.08
HSL 152.09º 0.76% 0.67% -
HSV(B) 152.09º 0.55% 0.92% -
XYZ 43.39 65.58 50.93 -
YUV 189.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 106 235 175 0.55 0 0.26 0.08 152.09 0.76 0.67
Hex 6A EB AF 37 0 1A 8 98 4C 43
Octal 152 353 257 67 0 32 10 230 114 103
Binary 1101010 11101011 10101111 110111 0 11010 1000 10011000 1001100 1000011

Color Harmonies of #6AEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBAF

Black with #6AEBAF

Text Example


Text Example

White with #6AEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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