Html Css Color HEX #38A29A Java

📋 copy color: '#38A29A'

red 56 ◦ green 162 ◦ blue 154

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

Shades of Java #38A29A

Tints of Java #38A29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 15.05%
G = 43.55%
B = 41.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#38A29A (or 0x38A29A) is known color: Java. HEX triplet: 38, A2 and 9A. RGB value is (56,162,154). Sum of RGB (Red+Green+Blue) = 56+162+154=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #38A29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A29A is #C75D65. Grayscale: #818181. Windows color (decimal): -13065574 or 10134072. OLE color: 10134072.

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

Color convert

RGB 56 162 154 -
CMYK 0.65 0 0.05 0.36
HSL 175.47º 0.49% 0.43% -
HSV(B) 175.47º 0.65% 0.64% -
XYZ 20.38 29.01 35.1 -
YUV 129.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 56 162 154 0.65 0 0.05 0.36 175.47 0.49 0.43
Hex 38 A2 9A 41 0 5 24 AF 31 2B
Octal 70 242 232 101 0 5 44 257 61 53
Binary 111000 10100010 10011010 1000001 0 101 100100 10101111 110001 101011

Color Harmonies of #38A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A29A

Black with #38A29A

Text Example


Text Example

White with #38A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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