Html Css Color HEX #379F97 Java

📋 copy color: '#379F97'

red 55 ◦ green 159 ◦ blue 151

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

Shades of Java #379F97

Tints of Java #379F97

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 15.07%
G = 43.56%
B = 41.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#379F97 (or 0x379F97) is known color: Java. HEX triplet: 37, 9F and 97. RGB value is (55,159,151). Sum of RGB (Red+Green+Blue) = 55+159+151=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #379F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F97 is #C86068. Grayscale: #7E7E7E. Windows color (decimal): -13131881 or 9936695. OLE color: 9936695.

HSL color Cylindrical-coordinate representation of color #379F97: hue angle of 175.38º degrees, saturation: 0.49, 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 #379F97 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 159 151 -
CMYK 0.65 0 0.05 0.38
HSL 175.38º 0.49% 0.42% -
HSV(B) 175.38º 0.65% 0.62% -
XYZ 19.56 27.84 33.62 -
YUV 126.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 55 159 151 0.65 0 0.05 0.38 175.38 0.49 0.42
Hex 37 9F 97 41 0 5 26 AF 31 2A
Octal 67 237 227 101 0 5 46 257 61 52
Binary 110111 10011111 10010111 1000001 0 101 100110 10101111 110001 101010

Color Harmonies of #379F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F97

Black with #379F97

Text Example


Text Example

White with #379F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,159,151); }

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

background-color css

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

 a { background-color: rgb(55,159,151); }

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

border-color css

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

 span { border-color: rgb(55,159,151); }

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