Html Css Color HEX #91CB98 Dark Sea Green

📋 copy color: '#91CB98'

red 145 ◦ green 203 ◦ blue 152

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

Shades of Dark Sea Green #91CB98

Tints of Dark Sea Green #91CB98

RGB

 RED value IS 145 (57.03% from 255) = 29%

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

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

R = 29%
G = 40.6%
B = 30.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#91CB98 (or 0x91CB98) is known color: Dark Sea Green. HEX triplet: 91, CB and 98. RGB value is (145,203,152). Sum of RGB (Red+Green+Blue) = 145+203+152=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CB98 is #6E3467. Grayscale: #B3B3B3. Windows color (decimal): -7222376 or 10013585. OLE color: 10013585.

HSL color Cylindrical-coordinate representation of color #91CB98: hue angle of 127.24º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CB98 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 203 152 -
CMYK 0.29 0 0.25 0.20
HSL 127.24º 0.36% 0.68% -
HSV(B) 127.24º 0.29% 0.8% -
XYZ 38.7 51 37.51 -
YUV 179.84 112.28 103.15 -
System Red Green Blue C M Y K H S L
Decimal 145 203 152 0.29 0 0.25 0.20 127.24 0.36 0.68
Hex 91 CB 98 1D 0 19 14 7F 24 44
Octal 221 313 230 35 0 31 24 177 44 104
Binary 10010001 11001011 10011000 11101 0 11001 10100 1111111 100100 1000100

Color Harmonies of #91CB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CB98

Black with #91CB98

Text Example


Text Example

White with #91CB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91CB98; }

 p { color: rgb(145,203,152); }

 H1.HeaderClassName
 {
   color: #91CB98;
 }
 .AnyTagClassName
 {
   color: #91CB98;
 }
</style>

background-color css

<style>
 a { background-color: #91CB98; }

 a { background-color: rgb(145,203,152); }

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

border-color css

<style>
 span { border-color: #91CB98; }

 span { border-color: rgb(145,203,152); }

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