Html Css Color HEX #368A5E Sea Green

📋 copy color: '#368A5E'

red 54 ◦ green 138 ◦ blue 94

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

Shades of Sea Green #368A5E

Tints of Sea Green #368A5E

RGB

 RED value IS 54 (21.48% from 255) = 18.88%

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

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

R = 18.88%
G = 48.25%
B = 32.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#368A5E (or 0x368A5E) is known color: Sea Green. HEX triplet: 36, 8A and 5E. RGB value is (54,138,94). Sum of RGB (Red+Green+Blue) = 54+138+94=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #368A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368A5E is #C975A1. Grayscale: #6B6B6B. Windows color (decimal): -13202850 or 6195766. OLE color: 6195766.

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

Color convert

RGB 54 138 94 -
CMYK 0.61 0 0.32 0.46
HSL 148.57º 0.44% 0.38% -
HSV(B) 148.57º 0.61% 0.54% -
XYZ 12.63 19.77 13.74 -
YUV 107.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 54 138 94 0.61 0 0.32 0.46 148.57 0.44 0.38
Hex 36 8A 5E 3D 0 20 2E 95 2C 26
Octal 66 212 136 75 0 40 56 225 54 46
Binary 110110 10001010 1011110 111101 0 100000 101110 10010101 101100 100110

Color Harmonies of #368A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368A5E

Black with #368A5E

Text Example


Text Example

White with #368A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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