Html Css Color HEX #28A19C Java

📋 copy color: '#28A19C'

red 40 ◦ green 161 ◦ blue 156

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

Shades of Java #28A19C

Tints of Java #28A19C

RGB

 RED value IS 40 (16.02% from 255) = 11.2%

 GREEN value IS 161 (63.28% from 255) = 45.1%

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 11.2%
G = 45.1%
B = 43.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#28A19C (or 0x28A19C) is known color: Java. HEX triplet: 28, A1 and 9C. RGB value is (40,161,156). Sum of RGB (Red+Green+Blue) = 40+161+156=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #28A19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A19C is #D75E63. Grayscale: #7C7C7C. Windows color (decimal): -14114404 or 10264872. OLE color: 10264872.

HSL color Cylindrical-coordinate representation of color #28A19C: hue angle of 177.52º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A19C is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 161 156 -
CMYK 0.75 0 0.03 0.37
HSL 177.52º 0.6% 0.39% -
HSV(B) 177.52º 0.75% 0.63% -
XYZ 19.62 28.34 35.89 -
YUV 124.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 40 161 156 0.75 0 0.03 0.37 177.52 0.6 0.39
Hex 28 A1 9C 4B 0 3 25 B2 3C 27
Octal 50 241 234 113 0 3 45 262 74 47
Binary 101000 10100001 10011100 1001011 0 11 100101 10110010 111100 100111

Color Harmonies of #28A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A19C

Black with #28A19C

Text Example


Text Example

White with #28A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28A19C; }

 p { color: rgb(40,161,156); }

 H1.HeaderClassName
 {
   color: #28A19C;
 }
 .AnyTagClassName
 {
   color: #28A19C;
 }
</style>

background-color css

<style>
 a { background-color: #28A19C; }

 a { background-color: rgb(40,161,156); }

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

border-color css

<style>
 span { border-color: #28A19C; }

 span { border-color: rgb(40,161,156); }

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