Html Css Color HEX #18958B Java

📋 copy color: '#18958B'

red 24 ◦ green 149 ◦ blue 139

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

Shades of Java #18958B

Tints of Java #18958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

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

R = 7.69%
G = 47.76%
B = 44.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#18958B (or 0x18958B) is known color: Java. HEX triplet: 18, 95 and 8B. RGB value is (24,149,139). Sum of RGB (Red+Green+Blue) = 24+149+139=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #18958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18958B is #E76A74. Grayscale: #6E6E6E. Windows color (decimal): -15166069 or 9147672. OLE color: 9147672.

HSL color Cylindrical-coordinate representation of color #18958B: hue angle of 175.2º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18958B is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 149 139 -
CMYK 0.84 0 0.07 0.42
HSL 175.2º 0.72% 0.34% -
HSV(B) 175.2º 0.84% 0.58% -
XYZ 15.78 23.55 28.14 -
YUV 110.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 24 149 139 0.84 0 0.07 0.42 175.2 0.72 0.34
Hex 18 95 8B 54 0 7 2A AF 48 22
Octal 30 225 213 124 0 7 52 257 110 42
Binary 11000 10010101 10001011 1010100 0 111 101010 10101111 1001000 100010

Color Harmonies of #18958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18958B

Black with #18958B

Text Example


Text Example

White with #18958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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