Html Css Color HEX #38A29D Java

📋 copy color: '#38A29D'

red 56 ◦ green 162 ◦ blue 157

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

Shades of Java #38A29D

Tints of Java #38A29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 14.93%
G = 43.2%
B = 41.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#38A29D (or 0x38A29D) is known color: Java. HEX triplet: 38, A2 and 9D. RGB value is (56,162,157). Sum of RGB (Red+Green+Blue) = 56+162+157=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #38A29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A29D is #C75D62. Grayscale: #818181. Windows color (decimal): -13065571 or 10330680. OLE color: 10330680.

HSL color Cylindrical-coordinate representation of color #38A29D: hue angle of 177.17º 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 #38A29D is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 162 157 -
CMYK 0.65 0 0.03 0.36
HSL 177.17º 0.49% 0.43% -
HSV(B) 177.17º 0.65% 0.64% -
XYZ 20.64 29.12 36.43 -
YUV 129.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 56 162 157 0.65 0 0.03 0.36 177.17 0.49 0.43
Hex 38 A2 9D 41 0 3 24 B1 31 2B
Octal 70 242 235 101 0 3 44 261 61 53
Binary 111000 10100010 10011101 1000001 0 11 100100 10110001 110001 101011

Color Harmonies of #38A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A29D

Black with #38A29D

Text Example


Text Example

White with #38A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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