Html Css Color HEX #379E9A Java

📋 copy color: '#379E9A'

red 55 ◦ green 158 ◦ blue 154

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

Shades of Java #379E9A

Tints of Java #379E9A

RGB

 RED value IS 55 (21.88% from 255) = 14.99%

 GREEN value IS 158 (62.11% from 255) = 43.05%

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

R = 14.99%
G = 43.05%
B = 41.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#379E9A (or 0x379E9A) is known color: Java. HEX triplet: 37, 9E and 9A. RGB value is (55,158,154). Sum of RGB (Red+Green+Blue) = 55+158+154=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #379E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379E9A is #C86165. Grayscale: #7E7E7E. Windows color (decimal): -13132134 or 10133047. OLE color: 10133047.

HSL color Cylindrical-coordinate representation of color #379E9A: hue angle of 177.67º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379E9A is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 158 154 -
CMYK 0.65 0 0.03 0.38
HSL 177.67º 0.48% 0.42% -
HSV(B) 177.67º 0.65% 0.62% -
XYZ 19.64 27.6 34.86 -
YUV 126.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 55 158 154 0.65 0 0.03 0.38 177.67 0.48 0.42
Hex 37 9E 9A 41 0 3 26 B2 30 2A
Octal 67 236 232 101 0 3 46 262 60 52
Binary 110111 10011110 10011010 1000001 0 11 100110 10110010 110000 101010

Color Harmonies of #379E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E9A

Black with #379E9A

Text Example


Text Example

White with #379E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379E9A; }

 p { color: rgb(55,158,154); }

 H1.HeaderClassName
 {
   color: #379E9A;
 }
 .AnyTagClassName
 {
   color: #379E9A;
 }
</style>

background-color css

<style>
 a { background-color: #379E9A; }

 a { background-color: rgb(55,158,154); }

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

border-color css

<style>
 span { border-color: #379E9A; }

 span { border-color: rgb(55,158,154); }

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