Html Css Color HEX #18929E Java

📋 copy color: '#18929E'

red 24 ◦ green 146 ◦ blue 158

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

Shades of Java #18929E

Tints of Java #18929E

RGB

 RED value IS 24 (9.77% from 255) = 7.32%

 GREEN value IS 146 (57.42% from 255) = 44.51%

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 7.32%
G = 44.51%
B = 48.17%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18929E (or 0x18929E) is known color: Java. HEX triplet: 18, 92 and 9E. RGB value is (24,146,158). Sum of RGB (Red+Green+Blue) = 24+146+158=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #18929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18929E is #E76D61. Grayscale: #6E6E6E. Windows color (decimal): -15166818 or 10392088. OLE color: 10392088.

HSL color Cylindrical-coordinate representation of color #18929E: hue angle of 185.37º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18929E is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 146 158 -
CMYK 0.85 0.08 0 0.38
HSL 185.37º 0.74% 0.36% -
HSV(B) 185.37º 0.85% 0.62% -
XYZ 16.83 23.22 35.94 -
YUV 110.89 154.58 66.02 -
System Red Green Blue C M Y K H S L
Decimal 24 146 158 0.85 0.08 0 0.38 185.37 0.74 0.36
Hex 18 92 9E 55 8 0 26 B9 4A 24
Octal 30 222 236 125 10 0 46 271 112 44
Binary 11000 10010010 10011110 1010101 1000 0 100110 10111001 1001010 100100

Color Harmonies of #18929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18929E

Black with #18929E

Text Example


Text Example

White with #18929E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18929E; }

 p { color: rgb(24,146,158); }

 H1.HeaderClassName
 {
   color: #18929E;
 }
 .AnyTagClassName
 {
   color: #18929E;
 }
</style>

background-color css

<style>
 a { background-color: #18929E; }

 a { background-color: rgb(24,146,158); }

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

border-color css

<style>
 span { border-color: #18929E; }

 span { border-color: rgb(24,146,158); }

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