Html Css Color HEX #91CA94 Dark Sea Green

📋 copy color: '#91CA94'

red 145 ◦ green 202 ◦ blue 148

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

Shades of Dark Sea Green #91CA94

Tints of Dark Sea Green #91CA94

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 29.29%
G = 40.81%
B = 29.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#91CA94 (or 0x91CA94) is known color: Dark Sea Green. HEX triplet: 91, CA and 94. RGB value is (145,202,148). Sum of RGB (Red+Green+Blue) = 145+202+148=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA94 is #6E356B. Grayscale: #B2B2B2. Windows color (decimal): -7222636 or 9751185. OLE color: 9751185.

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

Color convert

RGB 145 202 148 -
CMYK 0.28 0 0.27 0.21
HSL 123.16º 0.35% 0.68% -
HSV(B) 123.16º 0.28% 0.79% -
XYZ 38.14 50.4 35.73 -
YUV 178.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 145 202 148 0.28 0 0.27 0.21 123.16 0.35 0.68
Hex 91 CA 94 1C 0 1B 15 7B 23 44
Octal 221 312 224 34 0 33 25 173 43 104
Binary 10010001 11001010 10010100 11100 0 11011 10101 1111011 100011 1000100

Color Harmonies of #91CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CA94

Black with #91CA94

Text Example


Text Example

White with #91CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,202,148); }

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

background-color css

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

 a { background-color: rgb(145,202,148); }

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

border-color css

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

 span { border-color: rgb(145,202,148); }

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