Html Css Color HEX #6AF7C0 Aquamarine

📋 copy color: '#6AF7C0'

red 106 ◦ green 247 ◦ blue 192

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

Shades of Aquamarine #6AF7C0

Tints of Aquamarine #6AF7C0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.32%

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 19.45%
G = 45.32%
B = 35.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#6AF7C0 (or 0x6AF7C0) is known color: Aquamarine. HEX triplet: 6A, F7 and C0. RGB value is (106,247,192). Sum of RGB (Red+Green+Blue) = 106+247+192=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF7C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF7C0 is #95083F. Grayscale: #C6C6C6. Windows color (decimal): -9766976 or 12646250. OLE color: 12646250.

HSL color Cylindrical-coordinate representation of color #6AF7C0: hue angle of 156.6º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF7C0 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 106 247 192 -
CMYK 0.57 0 0.22 0.03
HSL 156.6º 0.9% 0.69% -
HSV(B) 156.6º 0.57% 0.97% -
XYZ 48.72 73.39 61.47 -
YUV 198.57 124.29 61.97 -
System Red Green Blue C M Y K H S L
Decimal 106 247 192 0.57 0 0.22 0.03 156.6 0.9 0.69
Hex 6A F7 C0 39 0 16 3 9D 5A 45
Octal 152 367 300 71 0 26 3 235 132 105
Binary 1101010 11110111 11000000 111001 0 10110 11 10011101 1011010 1000101

Color Harmonies of #6AF7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF7C0

Black with #6AF7C0

Text Example


Text Example

White with #6AF7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,247,192); }

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

background-color css

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

 a { background-color: rgb(106,247,192); }

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

border-color css

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

 span { border-color: rgb(106,247,192); }

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