Html Css Color HEX #90BA8A Dark Sea Green

📋 copy color: '#90BA8A'

red 144 ◦ green 186 ◦ blue 138

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

Shades of Dark Sea Green #90BA8A

Tints of Dark Sea Green #90BA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

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

R = 30.77%
G = 39.74%
B = 29.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#90BA8A (or 0x90BA8A) is known color: Dark Sea Green. HEX triplet: 90, BA and 8A. RGB value is (144,186,138). Sum of RGB (Red+Green+Blue) = 144+186+138=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BA8A is #6F4575. Grayscale: #A8A8A8. Windows color (decimal): -7292278 or 9091728. OLE color: 9091728.

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

Color convert

RGB 144 186 138 -
CMYK 0.23 0 0.26 0.27
HSL 112.5º 0.26% 0.64% -
HSV(B) 112.5º 0.26% 0.73% -
XYZ 33.65 42.88 30.55 -
YUV 167.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 144 186 138 0.23 0 0.26 0.27 112.5 0.26 0.64
Hex 90 BA 8A 17 0 1A 1B 70 1A 40
Octal 220 272 212 27 0 32 33 160 32 100
Binary 10010000 10111010 10001010 10111 0 11010 11011 1110000 11010 1000000

Color Harmonies of #90BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA8A

Black with #90BA8A

Text Example


Text Example

White with #90BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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