Html Css Color HEX #95CA97 Dark Sea Green

📋 copy color: '#95CA97'

red 149 ◦ green 202 ◦ blue 151

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

Shades of Dark Sea Green #95CA97

Tints of Dark Sea Green #95CA97

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 29.68%
G = 40.24%
B = 30.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#95CA97 (or 0x95CA97) is known color: Dark Sea Green. HEX triplet: 95, CA and 97. RGB value is (149,202,151). Sum of RGB (Red+Green+Blue) = 149+202+151=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CA97 is #6A3568. Grayscale: #B4B4B4. Windows color (decimal): -6960489 or 9947797. OLE color: 9947797.

HSL color Cylindrical-coordinate representation of color #95CA97: hue angle of 122.26º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95CA97 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 151 -
CMYK 0.26 0 0.25 0.21
HSL 122.26º 0.33% 0.69% -
HSV(B) 122.26º 0.26% 0.79% -
XYZ 39.1 50.86 37.04 -
YUV 180.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 149 202 151 0.26 0 0.25 0.21 122.26 0.33 0.69
Hex 95 CA 97 1A 0 19 15 7A 21 45
Octal 225 312 227 32 0 31 25 172 41 105
Binary 10010101 11001010 10010111 11010 0 11001 10101 1111010 100001 1000101

Color Harmonies of #95CA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA97

Black with #95CA97

Text Example


Text Example

White with #95CA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,202,151); }

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

background-color css

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

 a { background-color: rgb(149,202,151); }

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

border-color css

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

 span { border-color: rgb(149,202,151); }

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