Html Css Color HEX #18918C Java

📋 copy color: '#18918C'

red 24 ◦ green 145 ◦ blue 140

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

Shades of Java #18918C

Tints of Java #18918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 7.77%
G = 46.93%
B = 45.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#18918C (or 0x18918C) is known color: Java. HEX triplet: 18, 91 and 8C. RGB value is (24,145,140). Sum of RGB (Red+Green+Blue) = 24+145+140=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #18918C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18918C is #E76E73. Grayscale: #6C6C6C. Windows color (decimal): -15167092 or 9212184. OLE color: 9212184.

HSL color Cylindrical-coordinate representation of color #18918C: hue angle of 177.52º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18918C is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 145 140 -
CMYK 0.83 0 0.03 0.43
HSL 177.52º 0.72% 0.33% -
HSV(B) 177.52º 0.83% 0.57% -
XYZ 15.24 22.34 28.32 -
YUV 108.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 24 145 140 0.83 0 0.03 0.43 177.52 0.72 0.33
Hex 18 91 8C 53 0 3 2B B2 48 21
Octal 30 221 214 123 0 3 53 262 110 41
Binary 11000 10010001 10001100 1010011 0 11 101011 10110010 1001000 100001

Color Harmonies of #18918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18918C

Black with #18918C

Text Example


Text Example

White with #18918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18918C; }

 p { color: rgb(24,145,140); }

 H1.HeaderClassName
 {
   color: #18918C;
 }
 .AnyTagClassName
 {
   color: #18918C;
 }
</style>

background-color css

<style>
 a { background-color: #18918C; }

 a { background-color: rgb(24,145,140); }

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

border-color css

<style>
 span { border-color: #18918C; }

 span { border-color: rgb(24,145,140); }

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