Html Css Color HEX #18928B Java

📋 copy color: '#18928B'

red 24 ◦ green 146 ◦ blue 139

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

Shades of Java #18928B

Tints of Java #18928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 7.77%
G = 47.25%
B = 44.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#18928B (or 0x18928B) is known color: Java. HEX triplet: 18, 92 and 8B. RGB value is (24,146,139). Sum of RGB (Red+Green+Blue) = 24+146+139=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #18928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18928B is #E76D74. Grayscale: #6C6C6C. Windows color (decimal): -15166837 or 9146904. OLE color: 9146904.

HSL color Cylindrical-coordinate representation of color #18928B: hue angle of 176.56º 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 #18928B is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 146 139 -
CMYK 0.84 0 0.05 0.43
HSL 176.56º 0.72% 0.33% -
HSV(B) 176.56º 0.84% 0.57% -
XYZ 15.32 22.62 27.98 -
YUV 108.72 145.08 67.57 -
System Red Green Blue C M Y K H S L
Decimal 24 146 139 0.84 0 0.05 0.43 176.56 0.72 0.33
Hex 18 92 8B 54 0 5 2B B1 48 21
Octal 30 222 213 124 0 5 53 261 110 41
Binary 11000 10010010 10001011 1010100 0 101 101011 10110001 1001000 100001

Color Harmonies of #18928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18928B

Black with #18928B

Text Example


Text Example

White with #18928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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