Html Css Color HEX #90C48E Dark Sea Green

📋 copy color: '#90C48E'

red 144 ◦ green 196 ◦ blue 142

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

Shades of Dark Sea Green #90C48E

Tints of Dark Sea Green #90C48E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

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

R = 29.88%
G = 40.66%
B = 29.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#90C48E (or 0x90C48E) is known color: Dark Sea Green. HEX triplet: 90, C4 and 8E. RGB value is (144,196,142). Sum of RGB (Red+Green+Blue) = 144+196+142=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #90C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C48E is #6F3B71. Grayscale: #AEAEAE. Windows color (decimal): -7289714 or 9356432. OLE color: 9356432.

HSL color Cylindrical-coordinate representation of color #90C48E: hue angle of 117.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C48E is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 196 142 -
CMYK 0.27 0 0.28 0.23
HSL 117.78º 0.31% 0.66% -
HSV(B) 117.78º 0.28% 0.77% -
XYZ 36.12 47.36 32.83 -
YUV 174.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 144 196 142 0.27 0 0.28 0.23 117.78 0.31 0.66
Hex 90 C4 8E 1B 0 1C 17 76 1F 42
Octal 220 304 216 33 0 34 27 166 37 102
Binary 10010000 11000100 10001110 11011 0 11100 10111 1110110 11111 1000010

Color Harmonies of #90C48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C48E

Black with #90C48E

Text Example


Text Example

White with #90C48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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