Html Css Color HEX #95B990 Dark Sea Green

📋 copy color: '#95B990'

red 149 ◦ green 185 ◦ blue 144

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

Shades of Dark Sea Green #95B990

Tints of Dark Sea Green #95B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.7%

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 31.17%
G = 38.7%
B = 30.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#95B990 (or 0x95B990) is known color: Dark Sea Green. HEX triplet: 95, B9 and 90. RGB value is (149,185,144). Sum of RGB (Red+Green+Blue) = 149+185+144=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #95B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B990 is #6A466F. Grayscale: #A9A9A9. Windows color (decimal): -6964848 or 9484693. OLE color: 9484693.

HSL color Cylindrical-coordinate representation of color #95B990: hue angle of 112.68º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B990 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 185 144 -
CMYK 0.19 0 0.22 0.27
HSL 112.68º 0.23% 0.65% -
HSV(B) 112.68º 0.22% 0.73% -
XYZ 34.78 43.1 32.87 -
YUV 169.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 149 185 144 0.19 0 0.22 0.27 112.68 0.23 0.65
Hex 95 B9 90 13 0 16 1B 71 17 41
Octal 225 271 220 23 0 26 33 161 27 101
Binary 10010101 10111001 10010000 10011 0 10110 11011 1110001 10111 1000001

Color Harmonies of #95B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B990

Black with #95B990

Text Example


Text Example

White with #95B990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,185,144); }

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

background-color css

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

 a { background-color: rgb(149,185,144); }

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

border-color css

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

 span { border-color: rgb(149,185,144); }

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