Html Css Color HEX #378A5D Sea Green

📋 copy color: '#378A5D'

red 55 ◦ green 138 ◦ blue 93

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

Shades of Sea Green #378A5D

Tints of Sea Green #378A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 19.23%
G = 48.25%
B = 32.52%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#378A5D (or 0x378A5D) is known color: Sea Green. HEX triplet: 37, 8A and 5D. RGB value is (55,138,93). Sum of RGB (Red+Green+Blue) = 55+138+93=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #378A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A5D is #C875A2. Grayscale: #6C6C6C. Windows color (decimal): -13137315 or 6130231. OLE color: 6130231.

HSL color Cylindrical-coordinate representation of color #378A5D: hue angle of 147.47º 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 #378A5D is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 138 93 -
CMYK 0.60 0 0.33 0.46
HSL 147.47º 0.43% 0.38% -
HSV(B) 147.47º 0.6% 0.54% -
XYZ 12.64 19.78 13.51 -
YUV 108.05 119.5 90.16 -
System Red Green Blue C M Y K H S L
Decimal 55 138 93 0.60 0 0.33 0.46 147.47 0.43 0.38
Hex 37 8A 5D 3C 0 21 2E 93 2B 26
Octal 67 212 135 74 0 41 56 223 53 46
Binary 110111 10001010 1011101 111100 0 100001 101110 10010011 101011 100110

Color Harmonies of #378A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A5D

Black with #378A5D

Text Example


Text Example

White with #378A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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