Html Css Color HEX #95BD9A Dark Sea Green

📋 copy color: '#95BD9A'

red 149 ◦ green 189 ◦ blue 154

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

Shades of Dark Sea Green #95BD9A

Tints of Dark Sea Green #95BD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 154 (60.55% from 255) = 31.3%

R = 30.28%
G = 38.41%
B = 31.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#95BD9A (or 0x95BD9A) is known color: Dark Sea Green. HEX triplet: 95, BD and 9A. RGB value is (149,189,154). Sum of RGB (Red+Green+Blue) = 149+189+154=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD9A is #6A4265. Grayscale: #ADADAD. Windows color (decimal): -6963814 or 10141077. OLE color: 10141077.

HSL color Cylindrical-coordinate representation of color #95BD9A: hue angle of 127.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BD9A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 154 -
CMYK 0.21 0 0.19 0.26
HSL 127.5º 0.23% 0.66% -
HSV(B) 127.5º 0.21% 0.74% -
XYZ 36.42 45.12 37.36 -
YUV 173.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 149 189 154 0.21 0 0.19 0.26 127.5 0.23 0.66
Hex 95 BD 9A 15 0 13 1A 80 17 42
Octal 225 275 232 25 0 23 32 200 27 102
Binary 10010101 10111101 10011010 10101 0 10011 11010 10000000 10111 1000010

Color Harmonies of #95BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD9A

Black with #95BD9A

Text Example


Text Example

White with #95BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,189,154); }

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

background-color css

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

 a { background-color: rgb(149,189,154); }

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

border-color css

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

 span { border-color: rgb(149,189,154); }

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