Html Css Color HEX #90B98A Dark Sea Green

📋 copy color: '#90B98A'

red 144 ◦ green 185 ◦ blue 138

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

Shades of Dark Sea Green #90B98A

Tints of Dark Sea Green #90B98A

RGB

 RED value IS 144 (56.64% from 255) = 30.84%

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 30.84%
G = 39.61%
B = 29.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#90B98A (or 0x90B98A) is known color: Dark Sea Green. HEX triplet: 90, B9 and 8A. RGB value is (144,185,138). Sum of RGB (Red+Green+Blue) = 144+185+138=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #90B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B98A is #6F4675. Grayscale: #A7A7A7. Windows color (decimal): -7292534 or 9091472. OLE color: 9091472.

HSL color Cylindrical-coordinate representation of color #90B98A: hue angle of 112.34º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90B98A is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 185 138 -
CMYK 0.22 0 0.25 0.27
HSL 112.34º 0.25% 0.63% -
HSV(B) 112.34º 0.25% 0.73% -
XYZ 33.44 42.46 30.48 -
YUV 167.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 144 185 138 0.22 0 0.25 0.27 112.34 0.25 0.63
Hex 90 B9 8A 16 0 19 1B 70 19 3F
Octal 220 271 212 26 0 31 33 160 31 77
Binary 10010000 10111001 10001010 10110 0 11001 11011 1110000 11001 111111

Color Harmonies of #90B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B98A

Black with #90B98A

Text Example


Text Example

White with #90B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90B98A; }

 p { color: rgb(144,185,138); }

 H1.HeaderClassName
 {
   color: #90B98A;
 }
 .AnyTagClassName
 {
   color: #90B98A;
 }
</style>

background-color css

<style>
 a { background-color: #90B98A; }

 a { background-color: rgb(144,185,138); }

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

border-color css

<style>
 span { border-color: #90B98A; }

 span { border-color: rgb(144,185,138); }

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