Html Css Color HEX #94BD99 Dark Sea Green

📋 copy color: '#94BD99'

red 148 ◦ green 189 ◦ blue 153

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

Shades of Dark Sea Green #94BD99

Tints of Dark Sea Green #94BD99

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.57%

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

R = 30.2%
G = 38.57%
B = 31.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#94BD99 (or 0x94BD99) is known color: Dark Sea Green. HEX triplet: 94, BD and 99. RGB value is (148,189,153). Sum of RGB (Red+Green+Blue) = 148+189+153=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD99 is #6B4266. Grayscale: #ACACAC. Windows color (decimal): -7029351 or 10075540. OLE color: 10075540.

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

Color convert

RGB 148 189 153 -
CMYK 0.22 0 0.19 0.26
HSL 127.32º 0.24% 0.66% -
HSV(B) 127.32º 0.22% 0.74% -
XYZ 36.16 44.99 36.92 -
YUV 172.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 148 189 153 0.22 0 0.19 0.26 127.32 0.24 0.66
Hex 94 BD 99 16 0 13 1A 7F 18 42
Octal 224 275 231 26 0 23 32 177 30 102
Binary 10010100 10111101 10011001 10110 0 10011 11010 1111111 11000 1000010

Color Harmonies of #94BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD99

Black with #94BD99

Text Example


Text Example

White with #94BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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