Html Css Color HEX #18868E Java

📋 copy color: '#18868E'

red 24 ◦ green 134 ◦ blue 142

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

Shades of Java #18868E

Tints of Java #18868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 8%
G = 44.67%
B = 47.33%

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

#18868E (or 0x18868E) is known color: Java. HEX triplet: 18, 86 and 8E. RGB value is (24,134,142). Sum of RGB (Red+Green+Blue) = 24+134+142=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #18868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18868E is #E77971. Grayscale: #656565. Windows color (decimal): -15169906 or 9340440. OLE color: 9340440.

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

Color convert

RGB 24 134 142 -
CMYK 0.83 0.06 0 0.44
HSL 184.07º 0.71% 0.33% -
HSV(B) 184.07º 0.83% 0.56% -
XYZ 13.78 19.2 28.57 -
YUV 102.02 150.56 72.35 -
System Red Green Blue C M Y K H S L
Decimal 24 134 142 0.83 0.06 0 0.44 184.07 0.71 0.33
Hex 18 86 8E 53 6 0 2C B8 47 21
Octal 30 206 216 123 6 0 54 270 107 41
Binary 11000 10000110 10001110 1010011 110 0 101100 10111000 1000111 100001

Color Harmonies of #18868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18868E

Black with #18868E

Text Example


Text Example

White with #18868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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