Html Css Color HEX #12909A Java

📋 copy color: '#12909A'

red 18 ◦ green 144 ◦ blue 154

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

Shades of Java #12909A

Tints of Java #12909A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.57%

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 5.7%
G = 45.57%
B = 48.73%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12909A (or 0x12909A) is known color: Java. HEX triplet: 12, 90 and 9A. RGB value is (18,144,154). Sum of RGB (Red+Green+Blue) = 18+144+154=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #12909A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12909A is #ED6F65. Grayscale: #6B6B6B. Windows color (decimal): -15560550 or 10129426. OLE color: 10129426.

HSL color Cylindrical-coordinate representation of color #12909A: hue angle of 184.41º 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 #12909A is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 144 154 -
CMYK 0.88 0.06 0 0.40
HSL 184.41º 0.79% 0.34% -
HSV(B) 184.41º 0.88% 0.6% -
XYZ 16.06 22.41 34.05 -
YUV 107.47 154.26 64.19 -
System Red Green Blue C M Y K H S L
Decimal 18 144 154 0.88 0.06 0 0.40 184.41 0.79 0.34
Hex 12 90 9A 58 6 0 28 B8 4F 22
Octal 22 220 232 130 6 0 50 270 117 42
Binary 10010 10010000 10011010 1011000 110 0 101000 10111000 1001111 100010

Color Harmonies of #12909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12909A

Black with #12909A

Text Example


Text Example

White with #12909A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12909A; }

 p { color: rgb(18,144,154); }

 H1.HeaderClassName
 {
   color: #12909A;
 }
 .AnyTagClassName
 {
   color: #12909A;
 }
</style>

background-color css

<style>
 a { background-color: #12909A; }

 a { background-color: rgb(18,144,154); }

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

border-color css

<style>
 span { border-color: #12909A; }

 span { border-color: rgb(18,144,154); }

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