Html Css Color HEX #90B28E Dark Sea Green

📋 copy color: '#90B28E'

red 144 ◦ green 178 ◦ blue 142

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

Shades of Dark Sea Green #90B28E

Tints of Dark Sea Green #90B28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 31.03%
G = 38.36%
B = 30.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#90B28E (or 0x90B28E) is known color: Dark Sea Green. HEX triplet: 90, B2 and 8E. RGB value is (144,178,142). Sum of RGB (Red+Green+Blue) = 144+178+142=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #90B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B28E is #6F4D71. Grayscale: #A3A3A3. Windows color (decimal): -7294322 or 9351824. OLE color: 9351824.

HSL color Cylindrical-coordinate representation of color #90B28E: hue angle of 116.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B28E is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 178 142 -
CMYK 0.19 0 0.20 0.30
HSL 116.67º 0.19% 0.63% -
HSV(B) 116.67º 0.2% 0.7% -
XYZ 32.3 39.72 31.56 -
YUV 163.73 115.74 113.93 -
System Red Green Blue C M Y K H S L
Decimal 144 178 142 0.19 0 0.20 0.30 116.67 0.19 0.63
Hex 90 B2 8E 13 0 14 1E 75 13 3F
Octal 220 262 216 23 0 24 36 165 23 77
Binary 10010000 10110010 10001110 10011 0 10100 11110 1110101 10011 111111

Color Harmonies of #90B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B28E

Black with #90B28E

Text Example


Text Example

White with #90B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,178,142); }

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

background-color css

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

 a { background-color: rgb(144,178,142); }

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

border-color css

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

 span { border-color: rgb(144,178,142); }

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