Html Css Color HEX #18909B Java

📋 copy color: '#18909B'

red 24 ◦ green 144 ◦ blue 155

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

Shades of Java #18909B

Tints of Java #18909B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 7.43%
G = 44.58%
B = 47.99%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18909B (or 0x18909B) is known color: Java. HEX triplet: 18, 90 and 9B. RGB value is (24,144,155). Sum of RGB (Red+Green+Blue) = 24+144+155=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #18909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18909B is #E76F64. Grayscale: #6D6D6D. Windows color (decimal): -15167333 or 10194968. OLE color: 10194968.

HSL color Cylindrical-coordinate representation of color #18909B: hue angle of 185.04º 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 #18909B is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 144 155 -
CMYK 0.85 0.07 0 0.39
HSL 185.04º 0.73% 0.35% -
HSV(B) 185.04º 0.85% 0.61% -
XYZ 16.27 22.51 34.5 -
YUV 109.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 24 144 155 0.85 0.07 0 0.39 185.04 0.73 0.35
Hex 18 90 9B 55 7 0 27 B9 49 23
Octal 30 220 233 125 7 0 47 271 111 43
Binary 11000 10010000 10011011 1010101 111 0 100111 10111001 1001001 100011

Color Harmonies of #18909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18909B

Black with #18909B

Text Example


Text Example

White with #18909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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