Html Css Color HEX #6AFFB9 Aquamarine

📋 copy color: '#6AFFB9'

red 106 ◦ green 255 ◦ blue 185

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

Shades of Aquamarine #6AFFB9

Tints of Aquamarine #6AFFB9

RGB

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

 GREEN value IS 255 (100% from 255) = 46.7%

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

R = 19.41%
G = 46.7%
B = 33.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#6AFFB9 (or 0x6AFFB9) is known color: Aquamarine. HEX triplet: 6A, FF and B9. RGB value is (106,255,185). Sum of RGB (Red+Green+Blue) = 106+255+185=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFB9 is #950046. Grayscale: #CACACA. Windows color (decimal): -9764935 or 12189546. OLE color: 12189546.

HSL color Cylindrical-coordinate representation of color #6AFFB9: hue angle of 151.81º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFB9 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 106 255 185 -
CMYK 0.58 0 0.27 0
HSL 151.81º 1% 0.71% -
HSV(B) 151.81º 0.58% 1% -
XYZ 50.46 78.09 58.31 -
YUV 202.47 118.14 59.19 -
System Red Green Blue C M Y K H S L
Decimal 106 255 185 0.58 0 0.27 0 151.81 1 0.71
Hex 6A FF B9 3A 0 1B 0 98 64 47
Octal 152 377 271 72 0 33 0 230 144 107
Binary 1101010 11111111 10111001 111010 0 11011 0 10011000 1100100 1000111

Color Harmonies of #6AFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFFB9

Black with #6AFFB9

Text Example


Text Example

White with #6AFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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