Html Css Color HEX #6AF9C5 Aquamarine

📋 copy color: '#6AF9C5'

red 106 ◦ green 249 ◦ blue 197

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

Shades of Aquamarine #6AF9C5

Tints of Aquamarine #6AF9C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.69%

R = 19.2%
G = 45.11%
B = 35.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#6AF9C5 (or 0x6AF9C5) is known color: Aquamarine. HEX triplet: 6A, F9 and C5. RGB value is (106,249,197). Sum of RGB (Red+Green+Blue) = 106+249+197=552 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.20% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF9C5 is #95063A. Grayscale: #C8C8C8. Windows color (decimal): -9766459 or 12974442. OLE color: 12974442.

HSL color Cylindrical-coordinate representation of color #6AF9C5: hue angle of 158.18º 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 #6AF9C5 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 249 197 -
CMYK 0.57 0 0.21 0.02
HSL 158.18º 0.92% 0.7% -
HSV(B) 158.18º 0.57% 0.98% -
XYZ 49.9 74.85 64.64 -
YUV 200.32 126.12 60.73 -
System Red Green Blue C M Y K H S L
Decimal 106 249 197 0.57 0 0.21 0.02 158.18 0.92 0.7
Hex 6A F9 C5 39 0 15 2 9E 5C 46
Octal 152 371 305 71 0 25 2 236 134 106
Binary 1101010 11111001 11000101 111001 0 10101 10 10011110 1011100 1000110

Color Harmonies of #6AF9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF9C5

Black with #6AF9C5

Text Example


Text Example

White with #6AF9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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