Html Css Color HEX #6AFBBA Aquamarine

📋 copy color: '#6AFBBA'

red 106 ◦ green 251 ◦ blue 186

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

Shades of Aquamarine #6AFBBA

Tints of Aquamarine #6AFBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 19.52%
G = 46.22%
B = 34.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#6AFBBA (or 0x6AFBBA) is known color: Aquamarine. HEX triplet: 6A, FB and BA. RGB value is (106,251,186). Sum of RGB (Red+Green+Blue) = 106+251+186=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBBA is #950445. Grayscale: #C8C8C8. Windows color (decimal): -9765958 or 12254058. OLE color: 12254058.

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

Color convert

RGB 106 251 186 -
CMYK 0.58 0 0.26 0.02
HSL 153.1º 0.95% 0.7% -
HSV(B) 153.1º 0.58% 0.98% -
XYZ 49.3 75.6 58.45 -
YUV 200.24 119.96 60.79 -
System Red Green Blue C M Y K H S L
Decimal 106 251 186 0.58 0 0.26 0.02 153.1 0.95 0.7
Hex 6A FB BA 3A 0 1A 2 99 5F 46
Octal 152 373 272 72 0 32 2 231 137 106
Binary 1101010 11111011 10111010 111010 0 11010 10 10011001 1011111 1000110

Color Harmonies of #6AFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBBA

Black with #6AFBBA

Text Example


Text Example

White with #6AFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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