Html Css Color HEX #18938A Java

📋 copy color: '#18938A'

red 24 ◦ green 147 ◦ blue 138

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

Shades of Java #18938A

Tints of Java #18938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.66%

R = 7.77%
G = 47.57%
B = 44.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#18938A (or 0x18938A) is known color: Java. HEX triplet: 18, 93 and 8A. RGB value is (24,147,138). Sum of RGB (Red+Green+Blue) = 24+147+138=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #18938A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18938A is #E76C75. Grayscale: #6D6D6D. Windows color (decimal): -15166582 or 9081624. OLE color: 9081624.

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

Color convert

RGB 24 147 138 -
CMYK 0.84 0 0.06 0.42
HSL 175.61º 0.72% 0.34% -
HSV(B) 175.61º 0.84% 0.58% -
XYZ 15.4 22.9 27.65 -
YUV 109.2 144.25 67.23 -
System Red Green Blue C M Y K H S L
Decimal 24 147 138 0.84 0 0.06 0.42 175.61 0.72 0.34
Hex 18 93 8A 54 0 6 2A B0 48 22
Octal 30 223 212 124 0 6 52 260 110 42
Binary 11000 10010011 10001010 1010100 0 110 101010 10110000 1001000 100010

Color Harmonies of #18938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18938A

Black with #18938A

Text Example


Text Example

White with #18938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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