Html Css Color HEX #95FBE7 Aquamarine

📋 copy color: '#95FBE7'

red 149 ◦ green 251 ◦ blue 231

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

Shades of Aquamarine #95FBE7

Tints of Aquamarine #95FBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.61%

R = 23.61%
G = 39.78%
B = 36.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#95FBE7 (or 0x95FBE7) is known color: Aquamarine. HEX triplet: 95, FB and E7. RGB value is (149,251,231). Sum of RGB (Red+Green+Blue) = 149+251+231=631 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.61% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FBE7 is #6A0418. Grayscale: #DADADA. Windows color (decimal): -6947865 or 15203221. OLE color: 15203221.

HSL color Cylindrical-coordinate representation of color #95FBE7: hue angle of 168.24º 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 #95FBE7 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 251 231 -
CMYK 0.41 0 0.08 0.02
HSL 168.24º 0.93% 0.78% -
HSV(B) 168.24º 0.41% 0.98% -
XYZ 61.32 81.15 88.03 -
YUV 218.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 149 251 231 0.41 0 0.08 0.02 168.24 0.93 0.78
Hex 95 FB E7 29 0 8 2 A8 5D 4E
Octal 225 373 347 51 0 10 2 250 135 116
Binary 10010101 11111011 11100111 101001 0 1000 10 10101000 1011101 1001110

Color Harmonies of #95FBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FBE7

Black with #95FBE7

Text Example


Text Example

White with #95FBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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