Html Css Color HEX #1A9C99 Java

📋 copy color: '#1A9C99'

red 26 ◦ green 156 ◦ blue 153

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

Shades of Java #1A9C99

Tints of Java #1A9C99

RGB

 RED value IS 26 (10.55% from 255) = 7.76%

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

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 7.76%
G = 46.57%
B = 45.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#1A9C99 (or 0x1A9C99) is known color: Java. HEX triplet: 1A, 9C and 99. RGB value is (26,156,153). Sum of RGB (Red+Green+Blue) = 26+156+153=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #1A9C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9C99 is #E56366. Grayscale: #747474. Windows color (decimal): -15033191 or 10066970. OLE color: 10066970.

HSL color Cylindrical-coordinate representation of color #1A9C99: hue angle of 178.62º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9C99 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 26 156 153 -
CMYK 0.83 0 0.02 0.39
HSL 178.62º 0.71% 0.36% -
HSV(B) 178.62º 0.83% 0.61% -
XYZ 18.06 26.3 34.26 -
YUV 116.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 26 156 153 0.83 0 0.02 0.39 178.62 0.71 0.36
Hex 1A 9C 99 53 0 2 27 B3 47 24
Octal 32 234 231 123 0 2 47 263 107 44
Binary 11010 10011100 10011001 1010011 0 10 100111 10110011 1000111 100100

Color Harmonies of #1A9C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9C99

Black with #1A9C99

Text Example


Text Example

White with #1A9C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A9C99; }

 p { color: rgb(26,156,153); }

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

background-color css

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

 a { background-color: rgb(26,156,153); }

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

border-color css

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

 span { border-color: rgb(26,156,153); }

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