Html Css Color HEX #94BC99 Dark Sea Green

📋 copy color: '#94BC99'

red 148 ◦ green 188 ◦ blue 153

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

Shades of Dark Sea Green #94BC99

Tints of Dark Sea Green #94BC99

RGB

 RED value IS 148 (58.2% from 255) = 30.27%

 GREEN value IS 188 (73.83% from 255) = 38.45%

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

R = 30.27%
G = 38.45%
B = 31.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#94BC99 (or 0x94BC99) is known color: Dark Sea Green. HEX triplet: 94, BC and 99. RGB value is (148,188,153). Sum of RGB (Red+Green+Blue) = 148+188+153=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC99 is #6B4366. Grayscale: #ACACAC. Windows color (decimal): -7029607 or 10075284. OLE color: 10075284.

HSL color Cylindrical-coordinate representation of color #94BC99: hue angle of 127.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BC99 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 153 -
CMYK 0.21 0 0.19 0.26
HSL 127.5º 0.23% 0.66% -
HSV(B) 127.5º 0.21% 0.74% -
XYZ 35.95 44.56 36.84 -
YUV 172.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 148 188 153 0.21 0 0.19 0.26 127.5 0.23 0.66
Hex 94 BC 99 15 0 13 1A 80 17 42
Octal 224 274 231 25 0 23 32 200 27 102
Binary 10010100 10111100 10011001 10101 0 10011 11010 10000000 10111 1000010

Color Harmonies of #94BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC99

Black with #94BC99

Text Example


Text Example

White with #94BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BC99; }

 p { color: rgb(148,188,153); }

 H1.HeaderClassName
 {
   color: #94BC99;
 }
 .AnyTagClassName
 {
   color: #94BC99;
 }
</style>

background-color css

<style>
 a { background-color: #94BC99; }

 a { background-color: rgb(148,188,153); }

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

border-color css

<style>
 span { border-color: #94BC99; }

 span { border-color: rgb(148,188,153); }

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