Html Css Color HEX #6AEECB Aquamarine

📋 copy color: '#6AEECB'

red 106 ◦ green 238 ◦ blue 203

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

Shades of Aquamarine #6AEECB

Tints of Aquamarine #6AEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.51%

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 19.38%
G = 43.51%
B = 37.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#6AEECB (or 0x6AEECB) is known color: Aquamarine. HEX triplet: 6A, EE and CB. RGB value is (106,238,203). Sum of RGB (Red+Green+Blue) = 106+238+203=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEECB is #951134. Grayscale: #C2C2C2. Windows color (decimal): -9769269 or 13364842. OLE color: 13364842.

HSL color Cylindrical-coordinate representation of color #6AEECB: hue angle of 164.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEECB is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 238 203 -
CMYK 0.55 0 0.15 0.07
HSL 164.09º 0.8% 0.67% -
HSV(B) 164.09º 0.55% 0.93% -
XYZ 47.3 68.53 67.23 -
YUV 194.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 106 238 203 0.55 0 0.15 0.07 164.09 0.8 0.67
Hex 6A EE CB 37 0 F 7 A4 50 43
Octal 152 356 313 67 0 17 7 244 120 103
Binary 1101010 11101110 11001011 110111 0 1111 111 10100100 1010000 1000011

Color Harmonies of #6AEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEECB

Black with #6AEECB

Text Example


Text Example

White with #6AEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,238,203); }

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

background-color css

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

 a { background-color: rgb(106,238,203); }

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

border-color css

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

 span { border-color: rgb(106,238,203); }

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