Html Css Color HEX #94CA99 Dark Sea Green

📋 copy color: '#94CA99'

red 148 ◦ green 202 ◦ blue 153

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

Shades of Dark Sea Green #94CA99

Tints of Dark Sea Green #94CA99

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.16%

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

R = 29.42%
G = 40.16%
B = 30.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#94CA99 (or 0x94CA99) is known color: Dark Sea Green. HEX triplet: 94, CA and 99. RGB value is (148,202,153). Sum of RGB (Red+Green+Blue) = 148+202+153=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA99 is #6B3566. Grayscale: #B4B4B4. Windows color (decimal): -7026023 or 10078868. OLE color: 10078868.

HSL color Cylindrical-coordinate representation of color #94CA99: hue angle of 125.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CA99 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 153 -
CMYK 0.27 0 0.24 0.21
HSL 125.56º 0.34% 0.69% -
HSV(B) 125.56º 0.27% 0.79% -
XYZ 39.08 50.84 37.89 -
YUV 180.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 148 202 153 0.27 0 0.24 0.21 125.56 0.34 0.69
Hex 94 CA 99 1B 0 18 15 7E 22 45
Octal 224 312 231 33 0 30 25 176 42 105
Binary 10010100 11001010 10011001 11011 0 11000 10101 1111110 100010 1000101

Color Harmonies of #94CA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA99

Black with #94CA99

Text Example


Text Example

White with #94CA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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