Html Css Color HEX #38A29C Java

📋 copy color: '#38A29C'

red 56 ◦ green 162 ◦ blue 156

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

Shades of Java #38A29C

Tints of Java #38A29C

RGB

 RED value IS 56 (22.27% from 255) = 14.97%

 GREEN value IS 162 (63.67% from 255) = 43.32%

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

R = 14.97%
G = 43.32%
B = 41.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#38A29C (or 0x38A29C) is known color: Java. HEX triplet: 38, A2 and 9C. RGB value is (56,162,156). Sum of RGB (Red+Green+Blue) = 56+162+156=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #38A29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A29C is #C75D63. Grayscale: #818181. Windows color (decimal): -13065572 or 10265144. OLE color: 10265144.

HSL color Cylindrical-coordinate representation of color #38A29C: hue angle of 176.6º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A29C is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 162 156 -
CMYK 0.65 0 0.04 0.36
HSL 176.6º 0.49% 0.43% -
HSV(B) 176.6º 0.65% 0.64% -
XYZ 20.55 29.08 35.98 -
YUV 129.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 56 162 156 0.65 0 0.04 0.36 176.6 0.49 0.43
Hex 38 A2 9C 41 0 4 24 B1 31 2B
Octal 70 242 234 101 0 4 44 261 61 53
Binary 111000 10100010 10011100 1000001 0 100 100100 10110001 110001 101011

Color Harmonies of #38A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A29C

Black with #38A29C

Text Example


Text Example

White with #38A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A29C; }

 p { color: rgb(56,162,156); }

 H1.HeaderClassName
 {
   color: #38A29C;
 }
 .AnyTagClassName
 {
   color: #38A29C;
 }
</style>

background-color css

<style>
 a { background-color: #38A29C; }

 a { background-color: rgb(56,162,156); }

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

border-color css

<style>
 span { border-color: #38A29C; }

 span { border-color: rgb(56,162,156); }

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