Html Css Color HEX #1298A0 Java

📋 copy color: '#1298A0'

red 18 ◦ green 152 ◦ blue 160

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

Shades of Java #1298A0

Tints of Java #1298A0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.06%

 BLUE value IS 160 (62.89% from 255) = 48.48%

R = 5.45%
G = 46.06%
B = 48.48%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1298A0 (or 0x1298A0) is known color: Java. HEX triplet: 12, 98 and A0. RGB value is (18,152,160). Sum of RGB (Red+Green+Blue) = 18+152+160=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #1298A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1298A0 is #ED675F. Grayscale: #707070. Windows color (decimal): -15558496 or 10524690. OLE color: 10524690.

HSL color Cylindrical-coordinate representation of color #1298A0: hue angle of 183.38º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1298A0 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 152 160 -
CMYK 0.89 0.05 0 0.37
HSL 183.38º 0.8% 0.35% -
HSV(B) 183.38º 0.89% 0.63% -
XYZ 17.82 25.12 37.17 -
YUV 112.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 18 152 160 0.89 0.05 0 0.37 183.38 0.8 0.35
Hex 12 98 A0 59 5 0 25 B7 50 23
Octal 22 230 240 131 5 0 45 267 120 43
Binary 10010 10011000 10100000 1011001 101 0 100101 10110111 1010000 100011

Color Harmonies of #1298A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298A0

Black with #1298A0

Text Example


Text Example

White with #1298A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1298A0; }

 p { color: rgb(18,152,160); }

 H1.HeaderClassName
 {
   color: #1298A0;
 }
 .AnyTagClassName
 {
   color: #1298A0;
 }
</style>

background-color css

<style>
 a { background-color: #1298A0; }

 a { background-color: rgb(18,152,160); }

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

border-color css

<style>
 span { border-color: #1298A0; }

 span { border-color: rgb(18,152,160); }

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