Html Css Color HEX #95CB99 Dark Sea Green

📋 copy color: '#95CB99'

red 149 ◦ green 203 ◦ blue 153

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

Shades of Dark Sea Green #95CB99

Tints of Dark Sea Green #95CB99

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.2%

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 29.5%
G = 40.2%
B = 30.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#95CB99 (or 0x95CB99) is known color: Dark Sea Green. HEX triplet: 95, CB and 99. RGB value is (149,203,153). Sum of RGB (Red+Green+Blue) = 149+203+153=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CB99 is #6A3466. Grayscale: #B5B5B5. Windows color (decimal): -6960231 or 10079125. OLE color: 10079125.

HSL color Cylindrical-coordinate representation of color #95CB99: hue angle of 124.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CB99 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 153 -
CMYK 0.27 0 0.25 0.20
HSL 124.44º 0.34% 0.69% -
HSV(B) 124.44º 0.27% 0.8% -
XYZ 39.5 51.4 37.98 -
YUV 181.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 149 203 153 0.27 0 0.25 0.20 124.44 0.34 0.69
Hex 95 CB 99 1B 0 19 14 7C 22 45
Octal 225 313 231 33 0 31 24 174 42 105
Binary 10010101 11001011 10011001 11011 0 11001 10100 1111100 100010 1000101

Color Harmonies of #95CB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CB99

Black with #95CB99

Text Example


Text Example

White with #95CB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,153); }

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

background-color css

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

 a { background-color: rgb(149,203,153); }

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

border-color css

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

 span { border-color: rgb(149,203,153); }

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