Html Css Color HEX #6AEECF Aquamarine

📋 copy color: '#6AEECF'

red 106 ◦ green 238 ◦ blue 207

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

Shades of Aquamarine #6AEECF

Tints of Aquamarine #6AEECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 19.24%
G = 43.19%
B = 37.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#6AEECF (or 0x6AEECF) is known color: Aquamarine. HEX triplet: 6A, EE and CF. RGB value is (106,238,207). Sum of RGB (Red+Green+Blue) = 106+238+207=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEECF is #951130. Grayscale: #C2C2C2. Windows color (decimal): -9769265 or 13626986. OLE color: 13626986.

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

Color convert

RGB 106 238 207 -
CMYK 0.55 0 0.13 0.07
HSL 165.91º 0.8% 0.67% -
HSV(B) 165.91º 0.55% 0.93% -
XYZ 47.78 68.72 69.78 -
YUV 195 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 106 238 207 0.55 0 0.13 0.07 165.91 0.8 0.67
Hex 6A EE CF 37 0 D 7 A6 50 43
Octal 152 356 317 67 0 15 7 246 120 103
Binary 1101010 11101110 11001111 110111 0 1101 111 10100110 1010000 1000011

Color Harmonies of #6AEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEECF

Black with #6AEECF

Text Example


Text Example

White with #6AEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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