Html Css Color HEX #188F85 Java

📋 copy color: '#188F85'

red 24 ◦ green 143 ◦ blue 133

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

Shades of Java #188F85

Tints of Java #188F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.67%

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 8%
G = 47.67%
B = 44.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#188F85 (or 0x188F85) is known color: Java. HEX triplet: 18, 8F and 85. RGB value is (24,143,133). Sum of RGB (Red+Green+Blue) = 24+143+133=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #188F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F85 is #E7707A. Grayscale: #6A6A6A. Windows color (decimal): -15167611 or 8752920. OLE color: 8752920.

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

Color convert

RGB 24 143 133 -
CMYK 0.83 0 0.07 0.44
HSL 174.96º 0.71% 0.33% -
HSV(B) 174.96º 0.83% 0.56% -
XYZ 14.43 21.53 25.59 -
YUV 106.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 24 143 133 0.83 0 0.07 0.44 174.96 0.71 0.33
Hex 18 8F 85 53 0 7 2C AF 47 21
Octal 30 217 205 123 0 7 54 257 107 41
Binary 11000 10001111 10000101 1010011 0 111 101100 10101111 1000111 100001

Color Harmonies of #188F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188F85

Black with #188F85

Text Example


Text Example

White with #188F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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