Html Css Color HEX #18848E Java

📋 copy color: '#18848E'

red 24 ◦ green 132 ◦ blue 142

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

Shades of Java #18848E

Tints of Java #18848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 8.05%
G = 44.3%
B = 47.65%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18848E (or 0x18848E) is known color: Java. HEX triplet: 18, 84 and 8E. RGB value is (24,132,142). Sum of RGB (Red+Green+Blue) = 24+132+142=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #18848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18848E is #E77B71. Grayscale: #646464. Windows color (decimal): -15170418 or 9339928. OLE color: 9339928.

HSL color Cylindrical-coordinate representation of color #18848E: hue angle of 185.08º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18848E is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 132 142 -
CMYK 0.83 0.07 0 0.44
HSL 185.08º 0.71% 0.33% -
HSV(B) 185.08º 0.83% 0.56% -
XYZ 13.51 18.65 28.48 -
YUV 100.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 24 132 142 0.83 0.07 0 0.44 185.08 0.71 0.33
Hex 18 84 8E 53 7 0 2C B9 47 21
Octal 30 204 216 123 7 0 54 271 107 41
Binary 11000 10000100 10001110 1010011 111 0 101100 10111001 1000111 100001

Color Harmonies of #18848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18848E

Black with #18848E

Text Example


Text Example

White with #18848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18848E; }

 p { color: rgb(24,132,142); }

 H1.HeaderClassName
 {
   color: #18848E;
 }
 .AnyTagClassName
 {
   color: #18848E;
 }
</style>

background-color css

<style>
 a { background-color: #18848E; }

 a { background-color: rgb(24,132,142); }

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

border-color css

<style>
 span { border-color: #18848E; }

 span { border-color: rgb(24,132,142); }

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