Html Css Color HEX #1C8A85 Java

📋 copy color: '#1C8A85'

red 28 ◦ green 138 ◦ blue 133

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

Shades of Java #1C8A85

Tints of Java #1C8A85

RGB

 RED value IS 28 (11.33% from 255) = 9.36%

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

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

R = 9.36%
G = 46.15%
B = 44.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#1C8A85 (or 0x1C8A85) is known color: Java. HEX triplet: 1C, 8A and 85. RGB value is (28,138,133). Sum of RGB (Red+Green+Blue) = 28+138+133=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8A85 is #E3757A. Grayscale: #686868. Windows color (decimal): -14906747 or 8751644. OLE color: 8751644.

HSL color Cylindrical-coordinate representation of color #1C8A85: hue angle of 177.27º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A85 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 138 133 -
CMYK 0.80 0 0.04 0.46
HSL 177.27º 0.66% 0.33% -
HSV(B) 177.27º 0.8% 0.54% -
XYZ 13.8 20.12 25.35 -
YUV 104.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 28 138 133 0.80 0 0.04 0.46 177.27 0.66 0.33
Hex 1C 8A 85 50 0 4 2E B1 42 21
Octal 34 212 205 120 0 4 56 261 102 41
Binary 11100 10001010 10000101 1010000 0 100 101110 10110001 1000010 100001

Color Harmonies of #1C8A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8A85

Black with #1C8A85

Text Example


Text Example

White with #1C8A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,138,133); }

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

background-color css

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

 a { background-color: rgb(28,138,133); }

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

border-color css

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

 span { border-color: rgb(28,138,133); }

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