Html Css Color HEX #18958F Java

📋 copy color: '#18958F'

red 24 ◦ green 149 ◦ blue 143

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

Shades of Java #18958F

Tints of Java #18958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.25%

R = 7.59%
G = 47.15%
B = 45.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#18958F (or 0x18958F) is known color: Java. HEX triplet: 18, 95 and 8F. RGB value is (24,149,143). Sum of RGB (Red+Green+Blue) = 24+149+143=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #18958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18958F is #E76A70. Grayscale: #6E6E6E. Windows color (decimal): -15166065 or 9409816. OLE color: 9409816.

HSL color Cylindrical-coordinate representation of color #18958F: hue angle of 177.12º 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 #18958F is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 149 143 -
CMYK 0.84 0 0.04 0.42
HSL 177.12º 0.72% 0.34% -
HSV(B) 177.12º 0.84% 0.58% -
XYZ 16.08 23.67 29.71 -
YUV 110.94 146.09 65.99 -
System Red Green Blue C M Y K H S L
Decimal 24 149 143 0.84 0 0.04 0.42 177.12 0.72 0.34
Hex 18 95 8F 54 0 4 2A B1 48 22
Octal 30 225 217 124 0 4 52 261 110 42
Binary 11000 10010101 10001111 1010100 0 100 101010 10110001 1001000 100010

Color Harmonies of #18958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18958F

Black with #18958F

Text Example


Text Example

White with #18958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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