Html Css Color HEX #18928C Java

📋 copy color: '#18928C'

red 24 ◦ green 146 ◦ blue 140

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

Shades of Java #18928C

Tints of Java #18928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 7.74%
G = 47.1%
B = 45.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#18928C (or 0x18928C) is known color: Java. HEX triplet: 18, 92 and 8C. RGB value is (24,146,140). Sum of RGB (Red+Green+Blue) = 24+146+140=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #18928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18928C is #E76D73. Grayscale: #6C6C6C. Windows color (decimal): -15166836 or 9212440. OLE color: 9212440.

HSL color Cylindrical-coordinate representation of color #18928C: hue angle of 177.05º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18928C is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 146 140 -
CMYK 0.84 0 0.04 0.43
HSL 177.05º 0.72% 0.33% -
HSV(B) 177.05º 0.84% 0.57% -
XYZ 15.39 22.65 28.37 -
YUV 108.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 24 146 140 0.84 0 0.04 0.43 177.05 0.72 0.33
Hex 18 92 8C 54 0 4 2B B1 48 21
Octal 30 222 214 124 0 4 53 261 110 41
Binary 11000 10010010 10001100 1010100 0 100 101011 10110001 1001000 100001

Color Harmonies of #18928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18928C

Black with #18928C

Text Example


Text Example

White with #18928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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