Html Css Color HEX #6AF3C9 Aquamarine

📋 copy color: '#6AF3C9'

red 106 ◦ green 243 ◦ blue 201

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

Shades of Aquamarine #6AF3C9

Tints of Aquamarine #6AF3C9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.18%

 BLUE value IS 201 (78.91% from 255) = 36.55%

R = 19.27%
G = 44.18%
B = 36.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#6AF3C9 (or 0x6AF3C9) is known color: Aquamarine. HEX triplet: 6A, F3 and C9. RGB value is (106,243,201). Sum of RGB (Red+Green+Blue) = 106+243+201=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3C9 is #950C36. Grayscale: #C5C5C5. Windows color (decimal): -9767991 or 13235050. OLE color: 13235050.

HSL color Cylindrical-coordinate representation of color #6AF3C9: hue angle of 161.61º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF3C9 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 201 -
CMYK 0.56 0 0.17 0.05
HSL 161.61º 0.85% 0.68% -
HSV(B) 161.61º 0.56% 0.95% -
XYZ 48.54 71.38 66.48 -
YUV 197.25 130.11 62.92 -
System Red Green Blue C M Y K H S L
Decimal 106 243 201 0.56 0 0.17 0.05 161.61 0.85 0.68
Hex 6A F3 C9 38 0 11 5 A2 55 44
Octal 152 363 311 70 0 21 5 242 125 104
Binary 1101010 11110011 11001001 111000 0 10001 101 10100010 1010101 1000100

Color Harmonies of #6AF3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF3C9

Black with #6AF3C9

Text Example


Text Example

White with #6AF3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,243,201); }

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

background-color css

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

 a { background-color: rgb(106,243,201); }

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

border-color css

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

 span { border-color: rgb(106,243,201); }

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