Html Css Color HEX #6EFFB2 Aquamarine

📋 copy color: '#6EFFB2'

red 110 ◦ green 255 ◦ blue 178

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

Shades of Aquamarine #6EFFB2

Tints of Aquamarine #6EFFB2

RGB

 RED value IS 110 (43.36% from 255) = 20.26%

 GREEN value IS 255 (100% from 255) = 46.96%

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

R = 20.26%
G = 46.96%
B = 32.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#6EFFB2 (or 0x6EFFB2) is known color: Aquamarine. HEX triplet: 6E, FF and B2. RGB value is (110,255,178). Sum of RGB (Red+Green+Blue) = 110+255+178=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFFB2 is #91004D. Grayscale: #CBCBCB. Windows color (decimal): -9502798 or 11730798. OLE color: 11730798.

HSL color Cylindrical-coordinate representation of color #6EFFB2: hue angle of 148.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFB2 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 178 -
CMYK 0.57 0 0.30 0
HSL 148.14º 1% 0.72% -
HSV(B) 148.14º 0.57% 1% -
XYZ 50.23 78.05 54.54 -
YUV 202.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 110 255 178 0.57 0 0.30 0 148.14 1 0.72
Hex 6E FF B2 39 0 1E 0 94 64 48
Octal 156 377 262 71 0 36 0 224 144 110
Binary 1101110 11111111 10110010 111001 0 11110 0 10010100 1100100 1001000

Color Harmonies of #6EFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFB2

Black with #6EFFB2

Text Example


Text Example

White with #6EFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,255,178); }

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

background-color css

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

 a { background-color: rgb(110,255,178); }

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

border-color css

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

 span { border-color: rgb(110,255,178); }

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