Html Css Color HEX #158C93 Java

📋 copy color: '#158C93'

red 21 ◦ green 140 ◦ blue 147

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

Shades of Java #158C93

Tints of Java #158C93

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.45%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 6.82%
G = 45.45%
B = 47.73%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158C93 (or 0x158C93) is known color: Java. HEX triplet: 15, 8C and 93. RGB value is (21,140,147). Sum of RGB (Red+Green+Blue) = 21+140+147=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #158C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C93 is #EA736C. Grayscale: #696969. Windows color (decimal): -15364973 or 9669653. OLE color: 9669653.

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

Color convert

RGB 21 140 147 -
CMYK 0.86 0.05 0 0.42
HSL 183.33º 0.75% 0.33% -
HSV(B) 183.33º 0.86% 0.58% -
XYZ 14.95 21.02 30.87 -
YUV 105.22 151.58 67.93 -
System Red Green Blue C M Y K H S L
Decimal 21 140 147 0.86 0.05 0 0.42 183.33 0.75 0.33
Hex 15 8C 93 56 5 0 2A B7 4B 21
Octal 25 214 223 126 5 0 52 267 113 41
Binary 10101 10001100 10010011 1010110 101 0 101010 10110111 1001011 100001

Color Harmonies of #158C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C93

Black with #158C93

Text Example


Text Example

White with #158C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158C93; }

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

 H1.HeaderClassName
 {
   color: #158C93;
 }
 .AnyTagClassName
 {
   color: #158C93;
 }
</style>

background-color css

<style>
 a { background-color: #158C93; }

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

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

border-color css

<style>
 span { border-color: #158C93; }

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

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