Html Css Color HEX #189CA2 Java

📋 copy color: '#189CA2'

red 24 ◦ green 156 ◦ blue 162

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

Shades of Java #189CA2

Tints of Java #189CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.61%

 BLUE value IS 162 (63.67% from 255) = 47.37%

R = 7.02%
G = 45.61%
B = 47.37%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#189CA2 (or 0x189CA2) is known color: Java. HEX triplet: 18, 9C and A2. RGB value is (24,156,162). Sum of RGB (Red+Green+Blue) = 24+156+162=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #189CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189CA2 is #E7635D. Grayscale: #757575. Windows color (decimal): -15164254 or 10656792. OLE color: 10656792.

HSL color Cylindrical-coordinate representation of color #189CA2: hue angle of 182.61º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189CA2 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 156 162 -
CMYK 0.85 0.04 0 0.36
HSL 182.61º 0.74% 0.36% -
HSV(B) 182.61º 0.85% 0.64% -
XYZ 18.79 26.58 38.32 -
YUV 117.22 153.27 61.51 -
System Red Green Blue C M Y K H S L
Decimal 24 156 162 0.85 0.04 0 0.36 182.61 0.74 0.36
Hex 18 9C A2 55 4 0 24 B7 4A 24
Octal 30 234 242 125 4 0 44 267 112 44
Binary 11000 10011100 10100010 1010101 100 0 100100 10110111 1001010 100100

Color Harmonies of #189CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CA2

Black with #189CA2

Text Example


Text Example

White with #189CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189CA2; }

 p { color: rgb(24,156,162); }

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

background-color css

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

 a { background-color: rgb(24,156,162); }

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

border-color css

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

 span { border-color: rgb(24,156,162); }

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