Html Css Color HEX #38CB7D Medium Sea Green

📋 copy color: '#38CB7D'

red 56 ◦ green 203 ◦ blue 125

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

Shades of Medium Sea Green #38CB7D

Tints of Medium Sea Green #38CB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.86%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 14.58%
G = 52.86%
B = 32.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#38CB7D (or 0x38CB7D) is known color: Medium Sea Green. HEX triplet: 38, CB and 7D. RGB value is (56,203,125). Sum of RGB (Red+Green+Blue) = 56+203+125=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CB7D is #C73482. Grayscale: #969696. Windows color (decimal): -13055107 or 8244024. OLE color: 8244024.

HSL color Cylindrical-coordinate representation of color #38CB7D: hue angle of 148.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB7D is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 125 -
CMYK 0.72 0 0.38 0.20
HSL 148.16º 0.59% 0.51% -
HSV(B) 148.16º 0.72% 0.8% -
XYZ 26.69 45.03 26.69 -
YUV 150.16 113.8 60.84 -
System Red Green Blue C M Y K H S L
Decimal 56 203 125 0.72 0 0.38 0.20 148.16 0.59 0.51
Hex 38 CB 7D 48 0 26 14 94 3B 33
Octal 70 313 175 110 0 46 24 224 73 63
Binary 111000 11001011 1111101 1001000 0 100110 10100 10010100 111011 110011

Color Harmonies of #38CB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB7D

Black with #38CB7D

Text Example


Text Example

White with #38CB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,203,125); }

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

background-color css

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

 a { background-color: rgb(56,203,125); }

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

border-color css

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

 span { border-color: rgb(56,203,125); }

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