Html Css Color HEX #1C8D83 Java

📋 copy color: '#1C8D83'

red 28 ◦ green 141 ◦ blue 131

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

Shades of Java #1C8D83

Tints of Java #1C8D83

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47%

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 9.33%
G = 47%
B = 43.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#1C8D83 (or 0x1C8D83) is known color: Java. HEX triplet: 1C, 8D and 83. RGB value is (28,141,131). Sum of RGB (Red+Green+Blue) = 28+141+131=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8D83 is #E3727C. Grayscale: #6A6A6A. Windows color (decimal): -14905981 or 8621340. OLE color: 8621340.

HSL color Cylindrical-coordinate representation of color #1C8D83: hue angle of 174.69º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8D83 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 141 131 -
CMYK 0.80 0 0.07 0.45
HSL 174.69º 0.67% 0.33% -
HSV(B) 174.69º 0.8% 0.55% -
XYZ 14.1 20.94 24.77 -
YUV 106.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 28 141 131 0.80 0 0.07 0.45 174.69 0.67 0.33
Hex 1C 8D 83 50 0 7 2D AF 43 21
Octal 34 215 203 120 0 7 55 257 103 41
Binary 11100 10001101 10000011 1010000 0 111 101101 10101111 1000011 100001

Color Harmonies of #1C8D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8D83

Black with #1C8D83

Text Example


Text Example

White with #1C8D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,141,131); }

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

background-color css

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

 a { background-color: rgb(28,141,131); }

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

border-color css

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

 span { border-color: rgb(28,141,131); }

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