Html Css Color HEX #95C898 Dark Sea Green

📋 copy color: '#95C898'

red 149 ◦ green 200 ◦ blue 152

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

Shades of Dark Sea Green #95C898

Tints of Dark Sea Green #95C898

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.92%

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 29.74%
G = 39.92%
B = 30.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#95C898 (or 0x95C898) is known color: Dark Sea Green. HEX triplet: 95, C8 and 98. RGB value is (149,200,152). Sum of RGB (Red+Green+Blue) = 149+200+152=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #95C898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C898 is #6A3767. Grayscale: #B3B3B3. Windows color (decimal): -6961000 or 10012821. OLE color: 10012821.

HSL color Cylindrical-coordinate representation of color #95C898: hue angle of 123.53º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C898 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 152 -
CMYK 0.26 0 0.24 0.22
HSL 123.53º 0.32% 0.68% -
HSV(B) 123.53º 0.26% 0.78% -
XYZ 38.72 49.97 37.31 -
YUV 179.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 149 200 152 0.26 0 0.24 0.22 123.53 0.32 0.68
Hex 95 C8 98 1A 0 18 16 7C 20 44
Octal 225 310 230 32 0 30 26 174 40 104
Binary 10010101 11001000 10011000 11010 0 11000 10110 1111100 100000 1000100

Color Harmonies of #95C898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C898

Black with #95C898

Text Example


Text Example

White with #95C898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,200,152); }

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

background-color css

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

 a { background-color: rgb(149,200,152); }

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

border-color css

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

 span { border-color: rgb(149,200,152); }

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