Html Css Color HEX #15604B Jewel

📋 copy color: '#15604B'

red 21 ◦ green 96 ◦ blue 75

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

Shades of Jewel #15604B

Tints of Jewel #15604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50%

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 10.94%
G = 50%
B = 39.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#15604B (or 0x15604B) is known color: Jewel. HEX triplet: 15, 60 and 4B. RGB value is (21,96,75). Sum of RGB (Red+Green+Blue) = 21+96+75=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #15604B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15604B is #EA9FB4. Grayscale: #474747. Windows color (decimal): -15376309 or 4939797. OLE color: 4939797.

HSL color Cylindrical-coordinate representation of color #15604B: hue angle of 163.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15604B is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 75 -
CMYK 0.78 0 0.22 0.62
HSL 163.2º 0.64% 0.23% -
HSV(B) 163.2º 0.78% 0.38% -
XYZ 5.76 9.03 8.1 -
YUV 71.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 21 96 75 0.78 0 0.22 0.62 163.2 0.64 0.23
Hex 15 60 4B 4E 0 16 3E A3 40 17
Octal 25 140 113 116 0 26 76 243 100 27
Binary 10101 1100000 1001011 1001110 0 10110 111110 10100011 1000000 10111

Color Harmonies of #15604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15604B

Black with #15604B

Text Example


Text Example

White with #15604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15604B; }

 p { color: rgb(21,96,75); }

 H1.HeaderClassName
 {
   color: #15604B;
 }
 .AnyTagClassName
 {
   color: #15604B;
 }
</style>

background-color css

<style>
 a { background-color: #15604B; }

 a { background-color: rgb(21,96,75); }

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

border-color css

<style>
 span { border-color: #15604B; }

 span { border-color: rgb(21,96,75); }

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