Html Css Color HEX #6AF9CE Aquamarine

📋 copy color: '#6AF9CE'

red 106 ◦ green 249 ◦ blue 206

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

Shades of Aquamarine #6AF9CE

Tints of Aquamarine #6AF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.39%

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 18.89%
G = 44.39%
B = 36.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#6AF9CE (or 0x6AF9CE) is known color: Aquamarine. HEX triplet: 6A, F9 and CE. RGB value is (106,249,206). Sum of RGB (Red+Green+Blue) = 106+249+206=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF9CE is #950631. Grayscale: #C9C9C9. Windows color (decimal): -9766450 or 13564266. OLE color: 13564266.

HSL color Cylindrical-coordinate representation of color #6AF9CE: hue angle of 161.96º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF9CE is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 249 206 -
CMYK 0.57 0 0.17 0.02
HSL 161.96º 0.92% 0.7% -
HSV(B) 161.96º 0.57% 0.98% -
XYZ 50.96 75.27 70.24 -
YUV 201.34 130.62 60 -
System Red Green Blue C M Y K H S L
Decimal 106 249 206 0.57 0 0.17 0.02 161.96 0.92 0.7
Hex 6A F9 CE 39 0 11 2 A2 5C 46
Octal 152 371 316 71 0 21 2 242 134 106
Binary 1101010 11111001 11001110 111001 0 10001 10 10100010 1011100 1000110

Color Harmonies of #6AF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF9CE

Black with #6AF9CE

Text Example


Text Example

White with #6AF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,249,206); }

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

background-color css

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

 a { background-color: rgb(106,249,206); }

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

border-color css

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

 span { border-color: rgb(106,249,206); }

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