Html Css Color HEX #6EFFC4 Aquamarine

📋 copy color: '#6EFFC4'

red 110 ◦ green 255 ◦ blue 196

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

Shades of Aquamarine #6EFFC4

Tints of Aquamarine #6EFFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 19.61%
G = 45.45%
B = 34.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#6EFFC4 (or 0x6EFFC4) is known color: Aquamarine. HEX triplet: 6E, FF and C4. RGB value is (110,255,196). Sum of RGB (Red+Green+Blue) = 110+255+196=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFC4 is #91003B. Grayscale: #CDCDCD. Windows color (decimal): -9502780 or 12910446. OLE color: 12910446.

HSL color Cylindrical-coordinate representation of color #6EFFC4: hue angle of 155.59º 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 #6EFFC4 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 196 -
CMYK 0.57 0 0.23 0
HSL 155.59º 1% 0.72% -
HSV(B) 155.59º 0.57% 1% -
XYZ 52.15 78.82 64.69 -
YUV 204.92 122.96 60.3 -
System Red Green Blue C M Y K H S L
Decimal 110 255 196 0.57 0 0.23 0 155.59 1 0.72
Hex 6E FF C4 39 0 17 0 9C 64 48
Octal 156 377 304 71 0 27 0 234 144 110
Binary 1101110 11111111 11000100 111001 0 10111 0 10011100 1100100 1001000

Color Harmonies of #6EFFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFC4

Black with #6EFFC4

Text Example


Text Example

White with #6EFFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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