Html Css Color HEX #1A8D83 Java

📋 copy color: '#1A8D83'

red 26 ◦ green 141 ◦ blue 131

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

Shades of Java #1A8D83

Tints of Java #1A8D83

RGB

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

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

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

R = 8.72%
G = 47.32%
B = 43.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#1A8D83 (or 0x1A8D83) is known color: Java. HEX triplet: 1A, 8D and 83. RGB value is (26,141,131). Sum of RGB (Red+Green+Blue) = 26+141+131=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8D83 is #E5727C. Grayscale: #696969. Windows color (decimal): -15037053 or 8621338. OLE color: 8621338.

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

Color convert

RGB 26 141 131 -
CMYK 0.82 0 0.07 0.45
HSL 174.78º 0.69% 0.33% -
HSV(B) 174.78º 0.82% 0.55% -
XYZ 14.05 20.91 24.77 -
YUV 105.48 142.4 71.31 -
System Red Green Blue C M Y K H S L
Decimal 26 141 131 0.82 0 0.07 0.45 174.78 0.69 0.33
Hex 1A 8D 83 52 0 7 2D AF 45 21
Octal 32 215 203 122 0 7 55 257 105 41
Binary 11010 10001101 10000011 1010010 0 111 101101 10101111 1000101 100001

Color Harmonies of #1A8D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8D83

Black with #1A8D83

Text Example


Text Example

White with #1A8D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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