Html Css Color HEX #388F5A Sea Green

📋 copy color: '#388F5A'

red 56 ◦ green 143 ◦ blue 90

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

Shades of Sea Green #388F5A

Tints of Sea Green #388F5A

RGB

 RED value IS 56 (22.27% from 255) = 19.38%

 GREEN value IS 143 (56.25% from 255) = 49.48%

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 19.38%
G = 49.48%
B = 31.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#388F5A (or 0x388F5A) is known color: Sea Green. HEX triplet: 38, 8F and 5A. RGB value is (56,143,90). Sum of RGB (Red+Green+Blue) = 56+143+90=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #388F5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F5A is #C770A5. Grayscale: #6F6F6F. Windows color (decimal): -13070502 or 5934904. OLE color: 5934904.

HSL color Cylindrical-coordinate representation of color #388F5A: hue angle of 143.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F5A is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 90 -
CMYK 0.61 0 0.37 0.44
HSL 143.45º 0.44% 0.39% -
HSV(B) 143.45º 0.61% 0.56% -
XYZ 13.3 21.22 13.07 -
YUV 110.95 116.18 88.81 -
System Red Green Blue C M Y K H S L
Decimal 56 143 90 0.61 0 0.37 0.44 143.45 0.44 0.39
Hex 38 8F 5A 3D 0 25 2C 8F 2C 27
Octal 70 217 132 75 0 45 54 217 54 47
Binary 111000 10001111 1011010 111101 0 100101 101100 10001111 101100 100111

Color Harmonies of #388F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F5A

Black with #388F5A

Text Example


Text Example

White with #388F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388F5A; }

 p { color: rgb(56,143,90); }

 H1.HeaderClassName
 {
   color: #388F5A;
 }
 .AnyTagClassName
 {
   color: #388F5A;
 }
</style>

background-color css

<style>
 a { background-color: #388F5A; }

 a { background-color: rgb(56,143,90); }

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

border-color css

<style>
 span { border-color: #388F5A; }

 span { border-color: rgb(56,143,90); }

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