Html Css Color HEX #18929D Java

📋 copy color: '#18929D'

red 24 ◦ green 146 ◦ blue 157

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

Shades of Java #18929D

Tints of Java #18929D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.01%

R = 7.34%
G = 44.65%
B = 48.01%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18929D (or 0x18929D) is known color: Java. HEX triplet: 18, 92 and 9D. RGB value is (24,146,157). Sum of RGB (Red+Green+Blue) = 24+146+157=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #18929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18929D is #E76D62. Grayscale: #6E6E6E. Windows color (decimal): -15166819 or 10326552. OLE color: 10326552.

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

Color convert

RGB 24 146 157 -
CMYK 0.85 0.07 0 0.38
HSL 184.96º 0.73% 0.35% -
HSV(B) 184.96º 0.85% 0.62% -
XYZ 16.74 23.19 35.49 -
YUV 110.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 24 146 157 0.85 0.07 0 0.38 184.96 0.73 0.35
Hex 18 92 9D 55 7 0 26 B9 49 23
Octal 30 222 235 125 7 0 46 271 111 43
Binary 11000 10010010 10011101 1010101 111 0 100110 10111001 1001001 100011

Color Harmonies of #18929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18929D

Black with #18929D

Text Example


Text Example

White with #18929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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