Html Css Color HEX #94C898 Dark Sea Green

📋 copy color: '#94C898'

red 148 ◦ green 200 ◦ blue 152

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

Shades of Dark Sea Green #94C898

Tints of Dark Sea Green #94C898

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

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

R = 29.6%
G = 40%
B = 30.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#94C898 (or 0x94C898) is known color: Dark Sea Green. HEX triplet: 94, C8 and 98. RGB value is (148,200,152). Sum of RGB (Red+Green+Blue) = 148+200+152=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #94C898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C898 is #6B3767. Grayscale: #B3B3B3. Windows color (decimal): -7026536 or 10012820. OLE color: 10012820.

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

Color convert

RGB 148 200 152 -
CMYK 0.26 0 0.24 0.22
HSL 124.62º 0.32% 0.68% -
HSV(B) 124.62º 0.26% 0.78% -
XYZ 38.53 49.87 37.3 -
YUV 178.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 148 200 152 0.26 0 0.24 0.22 124.62 0.32 0.68
Hex 94 C8 98 1A 0 18 16 7D 20 44
Octal 224 310 230 32 0 30 26 175 40 104
Binary 10010100 11001000 10011000 11010 0 11000 10110 1111101 100000 1000100

Color Harmonies of #94C898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C898

Black with #94C898

Text Example


Text Example

White with #94C898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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