Html Css Color HEX #188692 Java

📋 copy color: '#188692'

red 24 ◦ green 134 ◦ blue 146

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

Shades of Java #188692

Tints of Java #188692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 7.89%
G = 44.08%
B = 48.03%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#188692 (or 0x188692) is known color: Java. HEX triplet: 18, 86 and 92. RGB value is (24,134,146). Sum of RGB (Red+Green+Blue) = 24+134+146=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #188692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188692 is #E7796D. Grayscale: #666666. Windows color (decimal): -15169902 or 9602584. OLE color: 9602584.

HSL color Cylindrical-coordinate representation of color #188692: hue angle of 185.9º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188692 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 134 146 -
CMYK 0.84 0.08 0 0.43
HSL 185.9º 0.72% 0.33% -
HSV(B) 185.9º 0.84% 0.57% -
XYZ 14.09 19.32 30.18 -
YUV 102.48 152.56 72.02 -
System Red Green Blue C M Y K H S L
Decimal 24 134 146 0.84 0.08 0 0.43 185.9 0.72 0.33
Hex 18 86 92 54 8 0 2B BA 48 21
Octal 30 206 222 124 10 0 53 272 110 41
Binary 11000 10000110 10010010 1010100 1000 0 101011 10111010 1001000 100001

Color Harmonies of #188692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188692

Black with #188692

Text Example


Text Example

White with #188692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188692; }

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

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

background-color css

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

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

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

border-color css

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

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

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