Html Css Color HEX #18989C Java

📋 copy color: '#18989C'

red 24 ◦ green 152 ◦ blue 156

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

Shades of Java #18989C

Tints of Java #18989C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

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

R = 7.23%
G = 45.78%
B = 46.99%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18989C (or 0x18989C) is known color: Java. HEX triplet: 18, 98 and 9C. RGB value is (24,152,156). Sum of RGB (Red+Green+Blue) = 24+152+156=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #18989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18989C is #E76763. Grayscale: #727272. Windows color (decimal): -15165284 or 10262552. OLE color: 10262552.

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

Color convert

RGB 24 152 156 -
CMYK 0.85 0.03 0 0.39
HSL 181.82º 0.73% 0.35% -
HSV(B) 181.82º 0.85% 0.61% -
XYZ 17.61 25.05 35.36 -
YUV 114.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 24 152 156 0.85 0.03 0 0.39 181.82 0.73 0.35
Hex 18 98 9C 55 3 0 27 B6 49 23
Octal 30 230 234 125 3 0 47 266 111 43
Binary 11000 10011000 10011100 1010101 11 0 100111 10110110 1001001 100011

Color Harmonies of #18989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18989C

Black with #18989C

Text Example


Text Example

White with #18989C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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