Html Css Color HEX #153F50 Green Vogue

📋 copy color: '#153F50'

red 21 ◦ green 63 ◦ blue 80

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

Shades of Green Vogue #153F50

Tints of Green Vogue #153F50

RGB

 RED value IS 21 (8.59% from 255) = 12.8%

 GREEN value IS 63 (25% from 255) = 38.41%

 BLUE value IS 80 (31.64% from 255) = 48.78%

R = 12.8%
G = 38.41%
B = 48.78%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#153F50 (or 0x153F50) is known color: Green Vogue. HEX triplet: 15, 3F and 50. RGB value is (21,63,80). Sum of RGB (Red+Green+Blue) = 21+63+80=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #153F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F50 is #EAC0AF. Grayscale: #343434. Windows color (decimal): -15384752 or 5259029. OLE color: 5259029.

HSL color Cylindrical-coordinate representation of color #153F50: hue angle of 197.29º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153F50 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 63 80 -
CMYK 0.74 0.21 0 0.69
HSL 197.29º 0.58% 0.2% -
HSV(B) 197.29º 0.74% 0.31% -
XYZ 3.53 4.29 8.23 -
YUV 52.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 21 63 80 0.74 0.21 0 0.69 197.29 0.58 0.2
Hex 15 3F 50 4A 15 0 45 C5 3A 14
Octal 25 77 120 112 25 0 105 305 72 24
Binary 10101 111111 1010000 1001010 10101 0 1000101 11000101 111010 10100

Color Harmonies of #153F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F50

Black with #153F50

Text Example


Text Example

White with #153F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153F50; }

 p { color: rgb(21,63,80); }

 H1.HeaderClassName
 {
   color: #153F50;
 }
 .AnyTagClassName
 {
   color: #153F50;
 }
</style>

background-color css

<style>
 a { background-color: #153F50; }

 a { background-color: rgb(21,63,80); }

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

border-color css

<style>
 span { border-color: #153F50; }

 span { border-color: rgb(21,63,80); }

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