Html Css Color HEX #18858E Java

📋 copy color: '#18858E'

red 24 ◦ green 133 ◦ blue 142

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

Shades of Java #18858E

Tints of Java #18858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.48%

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

R = 8.03%
G = 44.48%
B = 47.49%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18858E (or 0x18858E) is known color: Java. HEX triplet: 18, 85 and 8E. RGB value is (24,133,142). Sum of RGB (Red+Green+Blue) = 24+133+142=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #18858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18858E is #E77A71. Grayscale: #656565. Windows color (decimal): -15170162 or 9340184. OLE color: 9340184.

HSL color Cylindrical-coordinate representation of color #18858E: hue angle of 184.58º 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 #18858E is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 133 142 -
CMYK 0.83 0.06 0 0.44
HSL 184.58º 0.71% 0.33% -
HSV(B) 184.58º 0.83% 0.56% -
XYZ 13.65 18.92 28.52 -
YUV 101.44 150.89 72.77 -
System Red Green Blue C M Y K H S L
Decimal 24 133 142 0.83 0.06 0 0.44 184.58 0.71 0.33
Hex 18 85 8E 53 6 0 2C B9 47 21
Octal 30 205 216 123 6 0 54 271 107 41
Binary 11000 10000101 10001110 1010011 110 0 101100 10111001 1000111 100001

Color Harmonies of #18858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18858E

Black with #18858E

Text Example


Text Example

White with #18858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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