Html Css Color HEX #6AFBB2 Aquamarine

📋 copy color: '#6AFBB2'

red 106 ◦ green 251 ◦ blue 178

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

Shades of Aquamarine #6AFBB2

Tints of Aquamarine #6AFBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 19.81%
G = 46.92%
B = 33.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#6AFBB2 (or 0x6AFBB2) is known color: Aquamarine. HEX triplet: 6A, FB and B2. RGB value is (106,251,178). Sum of RGB (Red+Green+Blue) = 106+251+178=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBB2 is #95044D. Grayscale: #C7C7C7. Windows color (decimal): -9765966 or 11729770. OLE color: 11729770.

HSL color Cylindrical-coordinate representation of color #6AFBB2: hue angle of 149.79º 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 #6AFBB2 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 251 178 -
CMYK 0.58 0 0.29 0.02
HSL 149.79º 0.95% 0.7% -
HSV(B) 149.79º 0.58% 0.98% -
XYZ 48.48 75.27 54.09 -
YUV 199.32 115.96 61.44 -
System Red Green Blue C M Y K H S L
Decimal 106 251 178 0.58 0 0.29 0.02 149.79 0.95 0.7
Hex 6A FB B2 3A 0 1D 2 96 5F 46
Octal 152 373 262 72 0 35 2 226 137 106
Binary 1101010 11111011 10110010 111010 0 11101 10 10010110 1011111 1000110

Color Harmonies of #6AFBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBB2

Black with #6AFBB2

Text Example


Text Example

White with #6AFBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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