Html Css Color HEX #338A5D Sea Green

📋 copy color: '#338A5D'

red 51 ◦ green 138 ◦ blue 93

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

Shades of Sea Green #338A5D

Tints of Sea Green #338A5D

RGB

 RED value IS 51 (20.31% from 255) = 18.09%

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

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

R = 18.09%
G = 48.94%
B = 32.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#338A5D (or 0x338A5D) is known color: Sea Green. HEX triplet: 33, 8A and 5D. RGB value is (51,138,93). Sum of RGB (Red+Green+Blue) = 51+138+93=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #338A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A5D is #CC75A2. Grayscale: #6A6A6A. Windows color (decimal): -13399459 or 6130227. OLE color: 6130227.

HSL color Cylindrical-coordinate representation of color #338A5D: hue angle of 148.97º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A5D is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 138 93 -
CMYK 0.63 0 0.33 0.46
HSL 148.97º 0.46% 0.37% -
HSV(B) 148.97º 0.63% 0.54% -
XYZ 12.43 19.67 13.5 -
YUV 106.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 51 138 93 0.63 0 0.33 0.46 148.97 0.46 0.37
Hex 33 8A 5D 3F 0 21 2E 95 2E 25
Octal 63 212 135 77 0 41 56 225 56 45
Binary 110011 10001010 1011101 111111 0 100001 101110 10010101 101110 100101

Color Harmonies of #338A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A5D

Black with #338A5D

Text Example


Text Example

White with #338A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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