Html Css Color HEX #188F8B Java

📋 copy color: '#188F8B'

red 24 ◦ green 143 ◦ blue 139

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

Shades of Java #188F8B

Tints of Java #188F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 7.84%
G = 46.73%
B = 45.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#188F8B (or 0x188F8B) is known color: Java. HEX triplet: 18, 8F and 8B. RGB value is (24,143,139). Sum of RGB (Red+Green+Blue) = 24+143+139=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #188F8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F8B is #E77074. Grayscale: #6A6A6A. Windows color (decimal): -15167605 or 9146136. OLE color: 9146136.

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

Color convert

RGB 24 143 139 -
CMYK 0.83 0 0.03 0.44
HSL 177.98º 0.71% 0.33% -
HSV(B) 177.98º 0.83% 0.56% -
XYZ 14.86 21.7 27.83 -
YUV 106.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 24 143 139 0.83 0 0.03 0.44 177.98 0.71 0.33
Hex 18 8F 8B 53 0 3 2C B2 47 21
Octal 30 217 213 123 0 3 54 262 107 41
Binary 11000 10001111 10001011 1010011 0 11 101100 10110010 1000111 100001

Color Harmonies of #188F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188F8B

Black with #188F8B

Text Example


Text Example

White with #188F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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