Html Css Color HEX #18929C Java

📋 copy color: '#18929C'

red 24 ◦ green 146 ◦ blue 156

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

Shades of Java #18929C

Tints of Java #18929C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 7.36%
G = 44.79%
B = 47.85%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18929C (or 0x18929C) is known color: Java. HEX triplet: 18, 92 and 9C. RGB value is (24,146,156). Sum of RGB (Red+Green+Blue) = 24+146+156=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #18929C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18929C is #E76D63. Grayscale: #6E6E6E. Windows color (decimal): -15166820 or 10261016. OLE color: 10261016.

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

Color convert

RGB 24 146 156 -
CMYK 0.85 0.06 0 0.39
HSL 184.55º 0.73% 0.35% -
HSV(B) 184.55º 0.85% 0.61% -
XYZ 16.66 23.15 35.04 -
YUV 110.66 153.58 66.19 -
System Red Green Blue C M Y K H S L
Decimal 24 146 156 0.85 0.06 0 0.39 184.55 0.73 0.35
Hex 18 92 9C 55 6 0 27 B9 49 23
Octal 30 222 234 125 6 0 47 271 111 43
Binary 11000 10010010 10011100 1010101 110 0 100111 10111001 1001001 100011

Color Harmonies of #18929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18929C

Black with #18929C

Text Example


Text Example

White with #18929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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