Html Css Color HEX #90B08E Dark Sea Green

📋 copy color: '#90B08E'

red 144 ◦ green 176 ◦ blue 142

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

Shades of Dark Sea Green #90B08E

Tints of Dark Sea Green #90B08E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.1%

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

R = 31.17%
G = 38.1%
B = 30.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#90B08E (or 0x90B08E) is known color: Dark Sea Green. HEX triplet: 90, B0 and 8E. RGB value is (144,176,142). Sum of RGB (Red+Green+Blue) = 144+176+142=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #90B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B08E is #6F4F71. Grayscale: #A2A2A2. Windows color (decimal): -7294834 or 9351312. OLE color: 9351312.

HSL color Cylindrical-coordinate representation of color #90B08E: hue angle of 116.47º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90B08E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 176 142 -
CMYK 0.18 0 0.19 0.31
HSL 116.47º 0.18% 0.62% -
HSV(B) 116.47º 0.19% 0.69% -
XYZ 31.91 38.93 31.42 -
YUV 162.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 144 176 142 0.18 0 0.19 0.31 116.47 0.18 0.62
Hex 90 B0 8E 12 0 13 1F 74 12 3E
Octal 220 260 216 22 0 23 37 164 22 76
Binary 10010000 10110000 10001110 10010 0 10011 11111 1110100 10010 111110

Color Harmonies of #90B08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B08E

Black with #90B08E

Text Example


Text Example

White with #90B08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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