Html Css Color HEX #38BD66 Medium Sea Green

📋 copy color: '#38BD66'

red 56 ◦ green 189 ◦ blue 102

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

Shades of Medium Sea Green #38BD66

Tints of Medium Sea Green #38BD66

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.47%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 16.14%
G = 54.47%
B = 29.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#38BD66 (or 0x38BD66) is known color: Medium Sea Green. HEX triplet: 38, BD and 66. RGB value is (56,189,102). Sum of RGB (Red+Green+Blue) = 56+189+102=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD66 is #C74299. Grayscale: #8B8B8B. Windows color (decimal): -13058714 or 6733112. OLE color: 6733112.

HSL color Cylindrical-coordinate representation of color #38BD66: hue angle of 140.75º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD66 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 189 102 -
CMYK 0.70 0 0.46 0.26
HSL 140.75º 0.54% 0.48% -
HSV(B) 140.75º 0.7% 0.74% -
XYZ 22.23 38.2 18.77 -
YUV 139.32 106.94 68.57 -
System Red Green Blue C M Y K H S L
Decimal 56 189 102 0.70 0 0.46 0.26 140.75 0.54 0.48
Hex 38 BD 66 46 0 2E 1A 8D 36 30
Octal 70 275 146 106 0 56 32 215 66 60
Binary 111000 10111101 1100110 1000110 0 101110 11010 10001101 110110 110000

Color Harmonies of #38BD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BD66

Black with #38BD66

Text Example


Text Example

White with #38BD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38BD66; }

 p { color: rgb(56,189,102); }

 H1.HeaderClassName
 {
   color: #38BD66;
 }
 .AnyTagClassName
 {
   color: #38BD66;
 }
</style>

background-color css

<style>
 a { background-color: #38BD66; }

 a { background-color: rgb(56,189,102); }

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

border-color css

<style>
 span { border-color: #38BD66; }

 span { border-color: rgb(56,189,102); }

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