Html Css Color HEX #6AFEBB Aquamarine

📋 copy color: '#6AFEBB'

red 106 ◦ green 254 ◦ blue 187

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

Shades of Aquamarine #6AFEBB

Tints of Aquamarine #6AFEBB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.44%

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 19.38%
G = 46.44%
B = 34.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#6AFEBB (or 0x6AFEBB) is known color: Aquamarine. HEX triplet: 6A, FE and BB. RGB value is (106,254,187). Sum of RGB (Red+Green+Blue) = 106+254+187=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEBB is #950144. Grayscale: #CACACA. Windows color (decimal): -9765189 or 12320362. OLE color: 12320362.

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

Color convert

RGB 106 254 187 -
CMYK 0.58 0 0.26 0.00
HSL 152.84º 0.99% 0.71% -
HSV(B) 152.84º 0.58% 1% -
XYZ 50.36 77.54 59.33 -
YUV 202.11 119.47 59.45 -
System Red Green Blue C M Y K H S L
Decimal 106 254 187 0.58 0 0.26 0.00 152.84 0.99 0.71
Hex 6A FE BB 3A 0 1A 0 99 63 47
Octal 152 376 273 72 0 32 0 231 143 107
Binary 1101010 11111110 10111011 111010 0 11010 0 10011001 1100011 1000111

Color Harmonies of #6AFEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEBB

Black with #6AFEBB

Text Example


Text Example

White with #6AFEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,254,187); }

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

background-color css

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

 a { background-color: rgb(106,254,187); }

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

border-color css

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

 span { border-color: rgb(106,254,187); }

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