Html Css Color HEX #15968D Java

📋 copy color: '#15968D'

red 21 ◦ green 150 ◦ blue 141

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

Shades of Java #15968D

Tints of Java #15968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.08%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 6.73%
G = 48.08%
B = 45.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#15968D (or 0x15968D) is known color: Java. HEX triplet: 15, 96 and 8D. RGB value is (21,150,141). Sum of RGB (Red+Green+Blue) = 21+150+141=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #15968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15968D is #EA6972. Grayscale: #6E6E6E. Windows color (decimal): -15362419 or 9278997. OLE color: 9278997.

HSL color Cylindrical-coordinate representation of color #15968D: hue angle of 175.81º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15968D is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 150 141 -
CMYK 0.86 0 0.06 0.41
HSL 175.81º 0.75% 0.34% -
HSV(B) 175.81º 0.86% 0.59% -
XYZ 16.02 23.9 28.97 -
YUV 110.4 145.26 64.23 -
System Red Green Blue C M Y K H S L
Decimal 21 150 141 0.86 0 0.06 0.41 175.81 0.75 0.34
Hex 15 96 8D 56 0 6 29 B0 4B 22
Octal 25 226 215 126 0 6 51 260 113 42
Binary 10101 10010110 10001101 1010110 0 110 101001 10110000 1001011 100010

Color Harmonies of #15968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15968D

Black with #15968D

Text Example


Text Example

White with #15968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15968D; }

 p { color: rgb(21,150,141); }

 H1.HeaderClassName
 {
   color: #15968D;
 }
 .AnyTagClassName
 {
   color: #15968D;
 }
</style>

background-color css

<style>
 a { background-color: #15968D; }

 a { background-color: rgb(21,150,141); }

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

border-color css

<style>
 span { border-color: #15968D; }

 span { border-color: rgb(21,150,141); }

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