Html Css Color HEX #6AF8AF Aquamarine

📋 copy color: '#6AF8AF'

red 106 ◦ green 248 ◦ blue 175

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

Shades of Aquamarine #6AF8AF

Tints of Aquamarine #6AF8AF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.88%

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 20.04%
G = 46.88%
B = 33.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#6AF8AF (or 0x6AF8AF) is known color: Aquamarine. HEX triplet: 6A, F8 and AF. RGB value is (106,248,175). Sum of RGB (Red+Green+Blue) = 106+248+175=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF8AF is #950750. Grayscale: #C5C5C5. Windows color (decimal): -9766737 or 11532394. OLE color: 11532394.

HSL color Cylindrical-coordinate representation of color #6AF8AF: hue angle of 149.15º degrees, saturation: 0.91, 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 #6AF8AF is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 106 248 175 -
CMYK 0.57 0 0.29 0.03
HSL 149.15º 0.91% 0.69% -
HSV(B) 149.15º 0.57% 0.97% -
XYZ 47.25 73.29 52.21 -
YUV 197.22 115.46 62.94 -
System Red Green Blue C M Y K H S L
Decimal 106 248 175 0.57 0 0.29 0.03 149.15 0.91 0.69
Hex 6A F8 AF 39 0 1D 3 95 5B 45
Octal 152 370 257 71 0 35 3 225 133 105
Binary 1101010 11111000 10101111 111001 0 11101 11 10010101 1011011 1000101

Color Harmonies of #6AF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF8AF

Black with #6AF8AF

Text Example


Text Example

White with #6AF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,248,175); }

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

background-color css

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

 a { background-color: rgb(106,248,175); }

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

border-color css

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

 span { border-color: rgb(106,248,175); }

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