Html Css Color HEX #93CB96 Dark Sea Green

📋 copy color: '#93CB96'

red 147 ◦ green 203 ◦ blue 150

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

Shades of Dark Sea Green #93CB96

Tints of Dark Sea Green #93CB96

RGB

 RED value IS 147 (57.81% from 255) = 29.4%

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 29.4%
G = 40.6%
B = 30%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#93CB96 (or 0x93CB96) is known color: Dark Sea Green. HEX triplet: 93, CB and 96. RGB value is (147,203,150). Sum of RGB (Red+Green+Blue) = 147+203+150=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CB96 is #6C3469. Grayscale: #B4B4B4. Windows color (decimal): -7091306 or 9882515. OLE color: 9882515.

HSL color Cylindrical-coordinate representation of color #93CB96: hue angle of 123.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CB96 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 203 150 -
CMYK 0.28 0 0.26 0.20
HSL 123.21º 0.35% 0.69% -
HSV(B) 123.21º 0.28% 0.8% -
XYZ 38.89 51.12 36.67 -
YUV 180.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 147 203 150 0.28 0 0.26 0.20 123.21 0.35 0.69
Hex 93 CB 96 1C 0 1A 14 7B 23 45
Octal 223 313 226 34 0 32 24 173 43 105
Binary 10010011 11001011 10010110 11100 0 11010 10100 1111011 100011 1000101

Color Harmonies of #93CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CB96

Black with #93CB96

Text Example


Text Example

White with #93CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CB96; }

 p { color: rgb(147,203,150); }

 H1.HeaderClassName
 {
   color: #93CB96;
 }
 .AnyTagClassName
 {
   color: #93CB96;
 }
</style>

background-color css

<style>
 a { background-color: #93CB96; }

 a { background-color: rgb(147,203,150); }

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

border-color css

<style>
 span { border-color: #93CB96; }

 span { border-color: rgb(147,203,150); }

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