Html Css Color HEX #90BF8C Dark Sea Green

📋 copy color: '#90BF8C'

red 144 ◦ green 191 ◦ blue 140

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

Shades of Dark Sea Green #90BF8C

Tints of Dark Sea Green #90BF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 40.21%

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 30.32%
G = 40.21%
B = 29.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#90BF8C (or 0x90BF8C) is known color: Dark Sea Green. HEX triplet: 90, BF and 8C. RGB value is (144,191,140). Sum of RGB (Red+Green+Blue) = 144+191+140=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BF8C is #6F4073. Grayscale: #ABABAB. Windows color (decimal): -7290996 or 9224080. OLE color: 9224080.

HSL color Cylindrical-coordinate representation of color #90BF8C: hue angle of 115.29º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BF8C is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 191 140 -
CMYK 0.25 0 0.27 0.25
HSL 115.29º 0.28% 0.65% -
HSV(B) 115.29º 0.27% 0.75% -
XYZ 34.87 45.08 31.68 -
YUV 171.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 144 191 140 0.25 0 0.27 0.25 115.29 0.28 0.65
Hex 90 BF 8C 19 0 1B 19 73 1C 41
Octal 220 277 214 31 0 33 31 163 34 101
Binary 10010000 10111111 10001100 11001 0 11011 11001 1110011 11100 1000001

Color Harmonies of #90BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF8C

Black with #90BF8C

Text Example


Text Example

White with #90BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,191,140); }

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

background-color css

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

 a { background-color: rgb(144,191,140); }

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

border-color css

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

 span { border-color: rgb(144,191,140); }

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