#94BB98

Color #94BB98 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #94BB98

Tints of Dark Sea Green #94BB98

Color information

#94BB98 (or 0x94BB98) is unknown color: approx Dark Sea Green. HEX triplet: 94, BB and 98. RGB value is (148,187,152). Sum of RGB (Red+Green+Blue) = 148+187+152=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB98 is #6B4467. Grayscale: #ABABAB. Windows color (decimal): -7029864 or 10009492. OLE color: 10009492.

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

Color convert

RGB148187152-
CMYK0.2100.190.27
HSL126.15º22.29%65.69%-
HSV(B)126.15º20.86%73.33%-
XYZ35.6544.136.34-
YUV171.35117.08111.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=30.39%
G=38.40%
B=31.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481871520.2100.190.27126.1522.2965.69
Hex94BB98150131B7e1642
Octal224273230250233317626102
Binary10010100101110111001100010101010011110111111110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,152); }

 H1.HeaderClassName
 {
   color: #94BB98;
 }
 .AnyTagClassName
 {
   color: #94BB98;
 }
</style>
background-color css

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

 a { background-color: rgb(148,187,152); }

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

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

 span { border-color: rgb(148,187,152); }

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