Html Css Color HEX #95C993 Dark Sea Green

📋 copy color: '#95C993'

red 149 ◦ green 201 ◦ blue 147

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

Shades of Dark Sea Green #95C993

Tints of Dark Sea Green #95C993

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 147 (57.81% from 255) = 29.58%

R = 29.98%
G = 40.44%
B = 29.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#95C993 (or 0x95C993) is known color: Dark Sea Green. HEX triplet: 95, C9 and 93. RGB value is (149,201,147). Sum of RGB (Red+Green+Blue) = 149+201+147=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #95C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C993 is #6A366C. Grayscale: #B3B3B3. Windows color (decimal): -6960749 or 9685397. OLE color: 9685397.

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

Color convert

RGB 149 201 147 -
CMYK 0.26 0 0.27 0.21
HSL 117.78º 0.33% 0.68% -
HSV(B) 117.78º 0.27% 0.79% -
XYZ 38.55 50.27 35.28 -
YUV 179.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 149 201 147 0.26 0 0.27 0.21 117.78 0.33 0.68
Hex 95 C9 93 1A 0 1B 15 76 21 44
Octal 225 311 223 32 0 33 25 166 41 104
Binary 10010101 11001001 10010011 11010 0 11011 10101 1110110 100001 1000100

Color Harmonies of #95C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C993

Black with #95C993

Text Example


Text Example

White with #95C993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,201,147); }

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

background-color css

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

 a { background-color: rgb(149,201,147); }

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

border-color css

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

 span { border-color: rgb(149,201,147); }

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