Html Css Color HEX #6AFBB8 Aquamarine

📋 copy color: '#6AFBB8'

red 106 ◦ green 251 ◦ blue 184

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

Shades of Aquamarine #6AFBB8

Tints of Aquamarine #6AFBB8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.4%

 BLUE value IS 184 (72.27% from 255) = 34.01%

R = 19.59%
G = 46.4%
B = 34.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#6AFBB8 (or 0x6AFBB8) is known color: Aquamarine. HEX triplet: 6A, FB and B8. RGB value is (106,251,184). Sum of RGB (Red+Green+Blue) = 106+251+184=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBB8 is #950447. Grayscale: #C8C8C8. Windows color (decimal): -9765960 or 12122986. OLE color: 12122986.

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

Color convert

RGB 106 251 184 -
CMYK 0.58 0 0.27 0.02
HSL 152.28º 0.95% 0.7% -
HSV(B) 152.28º 0.58% 0.98% -
XYZ 49.09 75.52 57.34 -
YUV 200.01 118.96 60.95 -
System Red Green Blue C M Y K H S L
Decimal 106 251 184 0.58 0 0.27 0.02 152.28 0.95 0.7
Hex 6A FB B8 3A 0 1B 2 98 5F 46
Octal 152 373 270 72 0 33 2 230 137 106
Binary 1101010 11111011 10111000 111010 0 11011 10 10011000 1011111 1000110

Color Harmonies of #6AFBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBB8

Black with #6AFBB8

Text Example


Text Example

White with #6AFBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,251,184); }

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

background-color css

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

 a { background-color: rgb(106,251,184); }

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

border-color css

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

 span { border-color: rgb(106,251,184); }

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