Html Css Color HEX #95C691 Dark Sea Green

📋 copy color: '#95C691'

red 149 ◦ green 198 ◦ blue 145

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

Shades of Dark Sea Green #95C691

Tints of Dark Sea Green #95C691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 30.28%
G = 40.24%
B = 29.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#95C691 (or 0x95C691) is known color: Dark Sea Green. HEX triplet: 95, C6 and 91. RGB value is (149,198,145). Sum of RGB (Red+Green+Blue) = 149+198+145=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #95C691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C691 is #6A396E. Grayscale: #B1B1B1. Windows color (decimal): -6961519 or 9553557. OLE color: 9553557.

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

Color convert

RGB 149 198 145 -
CMYK 0.25 0 0.27 0.22
HSL 115.47º 0.32% 0.67% -
HSV(B) 115.47º 0.27% 0.78% -
XYZ 37.7 48.82 34.22 -
YUV 177.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 149 198 145 0.25 0 0.27 0.22 115.47 0.32 0.67
Hex 95 C6 91 19 0 1B 16 73 20 43
Octal 225 306 221 31 0 33 26 163 40 103
Binary 10010101 11000110 10010001 11001 0 11011 10110 1110011 100000 1000011

Color Harmonies of #95C691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C691

Black with #95C691

Text Example


Text Example

White with #95C691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,145); }

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

background-color css

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

 a { background-color: rgb(149,198,145); }

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

border-color css

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

 span { border-color: rgb(149,198,145); }

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