Html Css Color HEX #93CB98 Dark Sea Green

📋 copy color: '#93CB98'

red 147 ◦ green 203 ◦ blue 152

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

Shades of Dark Sea Green #93CB98

Tints of Dark Sea Green #93CB98

RGB

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

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

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

R = 29.28%
G = 40.44%
B = 30.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#93CB98 (or 0x93CB98) is known color: Dark Sea Green. HEX triplet: 93, CB and 98. RGB value is (147,203,152). Sum of RGB (Red+Green+Blue) = 147+203+152=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CB98 is #6C3467. Grayscale: #B4B4B4. Windows color (decimal): -7091304 or 10013587. OLE color: 10013587.

HSL color Cylindrical-coordinate representation of color #93CB98: hue angle of 125.36º 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 #93CB98 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 203 152 -
CMYK 0.28 0 0.25 0.20
HSL 125.36º 0.35% 0.69% -
HSV(B) 125.36º 0.28% 0.8% -
XYZ 39.06 51.18 37.53 -
YUV 180.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 147 203 152 0.28 0 0.25 0.20 125.36 0.35 0.69
Hex 93 CB 98 1C 0 19 14 7D 23 45
Octal 223 313 230 34 0 31 24 175 43 105
Binary 10010011 11001011 10011000 11100 0 11001 10100 1111101 100011 1000101

Color Harmonies of #93CB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CB98

Black with #93CB98

Text Example


Text Example

White with #93CB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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