Html Css Color HEX #15948B Java

📋 copy color: '#15948B'

red 21 ◦ green 148 ◦ blue 139

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

Shades of Java #15948B

Tints of Java #15948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 6.82%
G = 48.05%
B = 45.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#15948B (or 0x15948B) is known color: Java. HEX triplet: 15, 94 and 8B. RGB value is (21,148,139). Sum of RGB (Red+Green+Blue) = 21+148+139=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #15948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15948B is #EA6B74. Grayscale: #6C6C6C. Windows color (decimal): -15362933 or 9147413. OLE color: 9147413.

HSL color Cylindrical-coordinate representation of color #15948B: hue angle of 175.75º 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 #15948B is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 148 139 -
CMYK 0.86 0 0.06 0.42
HSL 175.75º 0.75% 0.33% -
HSV(B) 175.75º 0.86% 0.58% -
XYZ 15.56 23.2 28.08 -
YUV 109 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 21 148 139 0.86 0 0.06 0.42 175.75 0.75 0.33
Hex 15 94 8B 56 0 6 2A B0 4B 21
Octal 25 224 213 126 0 6 52 260 113 41
Binary 10101 10010100 10001011 1010110 0 110 101010 10110000 1001011 100001

Color Harmonies of #15948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15948B

Black with #15948B

Text Example


Text Example

White with #15948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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