Html Css Color HEX #12998D Java

📋 copy color: '#12998D'

red 18 ◦ green 153 ◦ blue 141

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

Shades of Java #12998D

Tints of Java #12998D

RGB

 RED value IS 18 (7.42% from 255) = 5.77%

 GREEN value IS 153 (60.16% from 255) = 49.04%

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

R = 5.77%
G = 49.04%
B = 45.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#12998D (or 0x12998D) is known color: Java. HEX triplet: 12, 99 and 8D. RGB value is (18,153,141). Sum of RGB (Red+Green+Blue) = 18+153+141=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #12998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12998D is #ED6672. Grayscale: #6F6F6F. Windows color (decimal): -15558259 or 9279762. OLE color: 9279762.

HSL color Cylindrical-coordinate representation of color #12998D: hue angle of 174.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12998D is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 141 -
CMYK 0.88 0 0.08 0.4
HSL 174.67º 0.79% 0.34% -
HSV(B) 174.67º 0.88% 0.6% -
XYZ 16.45 24.83 29.13 -
YUV 111.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 18 153 141 0.88 0 0.08 0.4 174.67 0.79 0.34
Hex 12 99 8D 58 0 8 28 AF 4F 22
Octal 22 231 215 130 0 10 50 257 117 42
Binary 10010 10011001 10001101 1011000 0 1000 101000 10101111 1001111 100010

Color Harmonies of #12998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12998D

Black with #12998D

Text Example


Text Example

White with #12998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,153,141); }

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

background-color css

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

 a { background-color: rgb(18,153,141); }

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

border-color css

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

 span { border-color: rgb(18,153,141); }

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