Html Css Color HEX #378A5E Sea Green

📋 copy color: '#378A5E'

red 55 ◦ green 138 ◦ blue 94

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

Shades of Sea Green #378A5E

Tints of Sea Green #378A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.08%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 19.16%
G = 48.08%
B = 32.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#378A5E (or 0x378A5E) is known color: Sea Green. HEX triplet: 37, 8A and 5E. RGB value is (55,138,94). Sum of RGB (Red+Green+Blue) = 55+138+94=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #378A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A5E is #C875A1. Grayscale: #6C6C6C. Windows color (decimal): -13137314 or 6195767. OLE color: 6195767.

HSL color Cylindrical-coordinate representation of color #378A5E: hue angle of 148.19º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A5E is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 138 94 -
CMYK 0.60 0 0.32 0.46
HSL 148.19º 0.43% 0.38% -
HSV(B) 148.19º 0.6% 0.54% -
XYZ 12.68 19.8 13.74 -
YUV 108.17 120 90.08 -
System Red Green Blue C M Y K H S L
Decimal 55 138 94 0.60 0 0.32 0.46 148.19 0.43 0.38
Hex 37 8A 5E 3C 0 20 2E 94 2B 26
Octal 67 212 136 74 0 40 56 224 53 46
Binary 110111 10001010 1011110 111100 0 100000 101110 10010100 101011 100110

Color Harmonies of #378A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A5E

Black with #378A5E

Text Example


Text Example

White with #378A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378A5E; }

 p { color: rgb(55,138,94); }

 H1.HeaderClassName
 {
   color: #378A5E;
 }
 .AnyTagClassName
 {
   color: #378A5E;
 }
</style>

background-color css

<style>
 a { background-color: #378A5E; }

 a { background-color: rgb(55,138,94); }

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

border-color css

<style>
 span { border-color: #378A5E; }

 span { border-color: rgb(55,138,94); }

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