Html Css Color HEX #6AF0BF Aquamarine

📋 copy color: '#6AF0BF'

red 106 ◦ green 240 ◦ blue 191

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

Shades of Aquamarine #6AF0BF

Tints of Aquamarine #6AF0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 191 (75% from 255) = 35.57%

R = 19.74%
G = 44.69%
B = 35.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#6AF0BF (or 0x6AF0BF) is known color: Aquamarine. HEX triplet: 6A, F0 and BF. RGB value is (106,240,191). Sum of RGB (Red+Green+Blue) = 106+240+191=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0BF is #950F40. Grayscale: #C2C2C2. Windows color (decimal): -9768769 or 12578922. OLE color: 12578922.

HSL color Cylindrical-coordinate representation of color #6AF0BF: hue angle of 158.06º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0BF is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 240 191 -
CMYK 0.56 0 0.20 0.06
HSL 158.06º 0.82% 0.68% -
HSV(B) 158.06º 0.56% 0.94% -
XYZ 46.51 69.15 60.19 -
YUV 194.35 126.11 64.98 -
System Red Green Blue C M Y K H S L
Decimal 106 240 191 0.56 0 0.20 0.06 158.06 0.82 0.68
Hex 6A F0 BF 38 0 14 6 9E 52 44
Octal 152 360 277 70 0 24 6 236 122 104
Binary 1101010 11110000 10111111 111000 0 10100 110 10011110 1010010 1000100

Color Harmonies of #6AF0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF0BF

Black with #6AF0BF

Text Example


Text Example

White with #6AF0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,240,191); }

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

background-color css

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

 a { background-color: rgb(106,240,191); }

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

border-color css

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

 span { border-color: rgb(106,240,191); }

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