Html Css Color HEX #95FFCE Aquamarine

📋 copy color: '#95FFCE'

red 149 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #95FFCE

Tints of Aquamarine #95FFCE

RGB

 RED value IS 149 (58.59% from 255) = 24.43%

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

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 24.43%
G = 41.8%
B = 33.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#95FFCE (or 0x95FFCE) is known color: Aquamarine. HEX triplet: 95, FF and CE. RGB value is (149,255,206). Sum of RGB (Red+Green+Blue) = 149+255+206=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFCE is #6A0031. Grayscale: #D9D9D9. Windows color (decimal): -6946866 or 13565845. OLE color: 13565845.

HSL color Cylindrical-coordinate representation of color #95FFCE: hue angle of 152.26º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFCE is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 149 255 206 -
CMYK 0.42 0 0.19 0
HSL 152.26º 1% 0.79% -
HSV(B) 152.26º 0.42% 1% -
XYZ 59.3 82.37 71.17 -
YUV 217.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 149 255 206 0.42 0 0.19 0 152.26 1 0.79
Hex 95 FF CE 2A 0 13 0 98 64 4F
Octal 225 377 316 52 0 23 0 230 144 117
Binary 10010101 11111111 11001110 101010 0 10011 0 10011000 1100100 1001111

Color Harmonies of #95FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFCE

Black with #95FFCE

Text Example


Text Example

White with #95FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95FFCE; }

 p { color: rgb(149,255,206); }

 H1.HeaderClassName
 {
   color: #95FFCE;
 }
 .AnyTagClassName
 {
   color: #95FFCE;
 }
</style>

background-color css

<style>
 a { background-color: #95FFCE; }

 a { background-color: rgb(149,255,206); }

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

border-color css

<style>
 span { border-color: #95FFCE; }

 span { border-color: rgb(149,255,206); }

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