Html Css Color HEX #188A8F Java

📋 copy color: '#188A8F'

red 24 ◦ green 138 ◦ blue 143

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

Shades of Java #188A8F

Tints of Java #188A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 7.87%
G = 45.25%
B = 46.89%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#188A8F (or 0x188A8F) is known color: Java. HEX triplet: 18, 8A and 8F. RGB value is (24,138,143). Sum of RGB (Red+Green+Blue) = 24+138+143=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #188A8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A8F is #E77570. Grayscale: #686868. Windows color (decimal): -15168881 or 9407000. OLE color: 9407000.

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

Color convert

RGB 24 138 143 -
CMYK 0.83 0.03 0 0.44
HSL 182.52º 0.71% 0.33% -
HSV(B) 182.52º 0.83% 0.56% -
XYZ 14.42 20.35 29.16 -
YUV 104.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 24 138 143 0.83 0.03 0 0.44 182.52 0.71 0.33
Hex 18 8A 8F 53 3 0 2C B7 47 21
Octal 30 212 217 123 3 0 54 267 107 41
Binary 11000 10001010 10001111 1010011 11 0 101100 10110111 1000111 100001

Color Harmonies of #188A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188A8F

Black with #188A8F

Text Example


Text Example

White with #188A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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