Html Css Color HEX #18938E Java

📋 copy color: '#18938E'

red 24 ◦ green 147 ◦ blue 142

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

Shades of Java #18938E

Tints of Java #18938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

 BLUE value IS 142 (55.86% from 255) = 45.37%

R = 7.67%
G = 46.96%
B = 45.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#18938E (or 0x18938E) is known color: Java. HEX triplet: 18, 93 and 8E. RGB value is (24,147,142). Sum of RGB (Red+Green+Blue) = 24+147+142=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #18938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18938E is #E76C71. Grayscale: #6D6D6D. Windows color (decimal): -15166578 or 9343768. OLE color: 9343768.

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

Color convert

RGB 24 147 142 -
CMYK 0.84 0 0.03 0.42
HSL 177.56º 0.72% 0.34% -
HSV(B) 177.56º 0.84% 0.58% -
XYZ 15.69 23.01 29.21 -
YUV 109.65 146.25 66.91 -
System Red Green Blue C M Y K H S L
Decimal 24 147 142 0.84 0 0.03 0.42 177.56 0.72 0.34
Hex 18 93 8E 54 0 3 2A B2 48 22
Octal 30 223 216 124 0 3 52 262 110 42
Binary 11000 10010011 10001110 1010100 0 11 101010 10110010 1001000 100010

Color Harmonies of #18938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18938E

Black with #18938E

Text Example


Text Example

White with #18938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18938E; }

 p { color: rgb(24,147,142); }

 H1.HeaderClassName
 {
   color: #18938E;
 }
 .AnyTagClassName
 {
   color: #18938E;
 }
</style>

background-color css

<style>
 a { background-color: #18938E; }

 a { background-color: rgb(24,147,142); }

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

border-color css

<style>
 span { border-color: #18938E; }

 span { border-color: rgb(24,147,142); }

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