Html Css Color HEX #6AFCBA Aquamarine

📋 copy color: '#6AFCBA'

red 106 ◦ green 252 ◦ blue 186

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

Shades of Aquamarine #6AFCBA

Tints of Aquamarine #6AFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.32%

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

R = 19.49%
G = 46.32%
B = 34.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#6AFCBA (or 0x6AFCBA) is known color: Aquamarine. HEX triplet: 6A, FC and BA. RGB value is (106,252,186). Sum of RGB (Red+Green+Blue) = 106+252+186=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCBA is #950345. Grayscale: #C8C8C8. Windows color (decimal): -9765702 or 12254314. OLE color: 12254314.

HSL color Cylindrical-coordinate representation of color #6AFCBA: hue angle of 152.88º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCBA is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 252 186 -
CMYK 0.58 0 0.26 0.01
HSL 152.88º 0.96% 0.7% -
HSV(B) 152.88º 0.58% 0.99% -
XYZ 49.62 76.23 58.55 -
YUV 200.82 119.63 60.37 -
System Red Green Blue C M Y K H S L
Decimal 106 252 186 0.58 0 0.26 0.01 152.88 0.96 0.7
Hex 6A FC BA 3A 0 1A 1 99 60 46
Octal 152 374 272 72 0 32 1 231 140 106
Binary 1101010 11111100 10111010 111010 0 11010 1 10011001 1100000 1000110

Color Harmonies of #6AFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFCBA

Black with #6AFCBA

Text Example


Text Example

White with #6AFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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