Html Css Color HEX #15948C Java

📋 copy color: '#15948C'

red 21 ◦ green 148 ◦ blue 140

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

Shades of Java #15948C

Tints of Java #15948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

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

R = 6.8%
G = 47.9%
B = 45.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#15948C (or 0x15948C) is known color: Java. HEX triplet: 15, 94 and 8C. RGB value is (21,148,140). Sum of RGB (Red+Green+Blue) = 21+148+140=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #15948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15948C is #EA6B73. Grayscale: #6D6D6D. Windows color (decimal): -15362932 or 9212949. OLE color: 9212949.

HSL color Cylindrical-coordinate representation of color #15948C: hue angle of 176.22º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15948C is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 148 140 -
CMYK 0.86 0 0.05 0.42
HSL 176.22º 0.75% 0.33% -
HSV(B) 176.22º 0.86% 0.58% -
XYZ 15.63 23.23 28.47 -
YUV 109.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 21 148 140 0.86 0 0.05 0.42 176.22 0.75 0.33
Hex 15 94 8C 56 0 5 2A B0 4B 21
Octal 25 224 214 126 0 5 52 260 113 41
Binary 10101 10010100 10001100 1010110 0 101 101010 10110000 1001011 100001

Color Harmonies of #15948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15948C

Black with #15948C

Text Example


Text Example

White with #15948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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