Html Css Color HEX #95FBE0 Aquamarine

📋 copy color: '#95FBE0'

red 149 ◦ green 251 ◦ blue 224

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

Shades of Aquamarine #95FBE0

Tints of Aquamarine #95FBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.22%

 BLUE value IS 224 (87.89% from 255) = 35.9%

R = 23.88%
G = 40.22%
B = 35.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#95FBE0 (or 0x95FBE0) is known color: Aquamarine. HEX triplet: 95, FB and E0. RGB value is (149,251,224). Sum of RGB (Red+Green+Blue) = 149+251+224=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FBE0 is #6A041F. Grayscale: #D9D9D9. Windows color (decimal): -6947872 or 14744469. OLE color: 14744469.

HSL color Cylindrical-coordinate representation of color #95FBE0: hue angle of 164.12º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBE0 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 251 224 -
CMYK 0.41 0 0.11 0.02
HSL 164.12º 0.93% 0.78% -
HSV(B) 164.12º 0.41% 0.98% -
XYZ 60.35 80.77 82.93 -
YUV 217.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 149 251 224 0.41 0 0.11 0.02 164.12 0.93 0.78
Hex 95 FB E0 29 0 B 2 A4 5D 4E
Octal 225 373 340 51 0 13 2 244 135 116
Binary 10010101 11111011 11100000 101001 0 1011 10 10100100 1011101 1001110

Color Harmonies of #95FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FBE0

Black with #95FBE0

Text Example


Text Example

White with #95FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,251,224); }

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

background-color css

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

 a { background-color: rgb(149,251,224); }

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

border-color css

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

 span { border-color: rgb(149,251,224); }

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