Html Css Color HEX #90BC95 Dark Sea Green

📋 copy color: '#90BC95'

red 144 ◦ green 188 ◦ blue 149

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

Shades of Dark Sea Green #90BC95

Tints of Dark Sea Green #90BC95

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 29.94%
G = 39.09%
B = 30.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#90BC95 (or 0x90BC95) is known color: Dark Sea Green. HEX triplet: 90, BC and 95. RGB value is (144,188,149). Sum of RGB (Red+Green+Blue) = 144+188+149=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BC95 is #6F436A. Grayscale: #AAAAAA. Windows color (decimal): -7291755 or 9813136. OLE color: 9813136.

HSL color Cylindrical-coordinate representation of color #90BC95: hue angle of 126.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BC95 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 188 149 -
CMYK 0.23 0 0.21 0.26
HSL 126.82º 0.25% 0.65% -
HSV(B) 126.82º 0.23% 0.74% -
XYZ 34.91 44.07 35.1 -
YUV 170.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 144 188 149 0.23 0 0.21 0.26 126.82 0.25 0.65
Hex 90 BC 95 17 0 15 1A 7F 19 41
Octal 220 274 225 27 0 25 32 177 31 101
Binary 10010000 10111100 10010101 10111 0 10101 11010 1111111 11001 1000001

Color Harmonies of #90BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BC95

Black with #90BC95

Text Example


Text Example

White with #90BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,188,149); }

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

background-color css

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

 a { background-color: rgb(144,188,149); }

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

border-color css

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

 span { border-color: rgb(144,188,149); }

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