Html Css Color HEX #6EFFCA Aquamarine

📋 copy color: '#6EFFCA'

red 110 ◦ green 255 ◦ blue 202

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

Shades of Aquamarine #6EFFCA

Tints of Aquamarine #6EFFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 19.4%
G = 44.97%
B = 35.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#6EFFCA (or 0x6EFFCA) is known color: Aquamarine. HEX triplet: 6E, FF and CA. RGB value is (110,255,202). Sum of RGB (Red+Green+Blue) = 110+255+202=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFCA is #910035. Grayscale: #CDCDCD. Windows color (decimal): -9502774 or 13303662. OLE color: 13303662.

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

Color convert

RGB 110 255 202 -
CMYK 0.57 0 0.21 0
HSL 158.07º 1% 0.72% -
HSV(B) 158.07º 0.57% 1% -
XYZ 52.85 79.1 68.36 -
YUV 205.6 125.96 59.81 -
System Red Green Blue C M Y K H S L
Decimal 110 255 202 0.57 0 0.21 0 158.07 1 0.72
Hex 6E FF CA 39 0 15 0 9E 64 48
Octal 156 377 312 71 0 25 0 236 144 110
Binary 1101110 11111111 11001010 111001 0 10101 0 10011110 1100100 1001000

Color Harmonies of #6EFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFCA

Black with #6EFFCA

Text Example


Text Example

White with #6EFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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