Html Css Color HEX #18909C Java

📋 copy color: '#18909C'

red 24 ◦ green 144 ◦ blue 156

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

Shades of Java #18909C

Tints of Java #18909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 7.41%
G = 44.44%
B = 48.15%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18909C (or 0x18909C) is known color: Java. HEX triplet: 18, 90 and 9C. RGB value is (24,144,156). Sum of RGB (Red+Green+Blue) = 24+144+156=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #18909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18909C is #E76F63. Grayscale: #6D6D6D. Windows color (decimal): -15167332 or 10260504. OLE color: 10260504.

HSL color Cylindrical-coordinate representation of color #18909C: hue angle of 185.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18909C is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 144 156 -
CMYK 0.85 0.08 0 0.39
HSL 185.45º 0.73% 0.35% -
HSV(B) 185.45º 0.85% 0.61% -
XYZ 16.35 22.54 34.94 -
YUV 109.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 24 144 156 0.85 0.08 0 0.39 185.45 0.73 0.35
Hex 18 90 9C 55 8 0 27 B9 49 23
Octal 30 220 234 125 10 0 47 271 111 43
Binary 11000 10010000 10011100 1010101 1000 0 100111 10111001 1001001 100011

Color Harmonies of #18909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18909C

Black with #18909C

Text Example


Text Example

White with #18909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,144,156); }

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

background-color css

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

 a { background-color: rgb(24,144,156); }

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

border-color css

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

 span { border-color: rgb(24,144,156); }

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