Html Css Color HEX #15968C Java

📋 copy color: '#15968C'

red 21 ◦ green 150 ◦ blue 140

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

Shades of Java #15968C

Tints of Java #15968C

RGB

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

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

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

R = 6.75%
G = 48.23%
B = 45.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#15968C (or 0x15968C) is known color: Java. HEX triplet: 15, 96 and 8C. RGB value is (21,150,140). Sum of RGB (Red+Green+Blue) = 21+150+140=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #15968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15968C is #EA6973. Grayscale: #6E6E6E. Windows color (decimal): -15362420 or 9213461. OLE color: 9213461.

HSL color Cylindrical-coordinate representation of color #15968C: hue angle of 175.35º 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 #15968C is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 150 140 -
CMYK 0.86 0 0.07 0.41
HSL 175.35º 0.75% 0.34% -
HSV(B) 175.35º 0.86% 0.59% -
XYZ 15.95 23.87 28.58 -
YUV 110.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 21 150 140 0.86 0 0.07 0.41 175.35 0.75 0.34
Hex 15 96 8C 56 0 7 29 AF 4B 22
Octal 25 226 214 126 0 7 51 257 113 42
Binary 10101 10010110 10001100 1010110 0 111 101001 10101111 1001011 100010

Color Harmonies of #15968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15968C

Black with #15968C

Text Example


Text Example

White with #15968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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