Html Css Color HEX #6AF2B9 Aquamarine

📋 copy color: '#6AF2B9'

red 106 ◦ green 242 ◦ blue 185

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

Shades of Aquamarine #6AF2B9

Tints of Aquamarine #6AF2B9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.4%

 BLUE value IS 185 (72.66% from 255) = 34.71%

R = 19.89%
G = 45.4%
B = 34.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#6AF2B9 (or 0x6AF2B9) is known color: Aquamarine. HEX triplet: 6A, F2 and B9. RGB value is (106,242,185). Sum of RGB (Red+Green+Blue) = 106+242+185=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF2B9 is #950D46. Grayscale: #C2C2C2. Windows color (decimal): -9768263 or 12186218. OLE color: 12186218.

HSL color Cylindrical-coordinate representation of color #6AF2B9: hue angle of 154.85º degrees, saturation: 0.84, 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 #6AF2B9 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 242 185 -
CMYK 0.56 0 0.24 0.05
HSL 154.85º 0.84% 0.68% -
HSV(B) 154.85º 0.56% 0.95% -
XYZ 46.45 70.07 56.98 -
YUV 194.84 122.44 64.63 -
System Red Green Blue C M Y K H S L
Decimal 106 242 185 0.56 0 0.24 0.05 154.85 0.84 0.68
Hex 6A F2 B9 38 0 18 5 9B 54 44
Octal 152 362 271 70 0 30 5 233 124 104
Binary 1101010 11110010 10111001 111000 0 11000 101 10011011 1010100 1000100

Color Harmonies of #6AF2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF2B9

Black with #6AF2B9

Text Example


Text Example

White with #6AF2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,242,185); }

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

background-color css

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

 a { background-color: rgb(106,242,185); }

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

border-color css

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

 span { border-color: rgb(106,242,185); }

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