Html Css Color HEX #38CB75 Medium Sea Green

📋 copy color: '#38CB75'

red 56 ◦ green 203 ◦ blue 117

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

Shades of Medium Sea Green #38CB75

Tints of Medium Sea Green #38CB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 14.89%
G = 53.99%
B = 31.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#38CB75 (or 0x38CB75) is known color: Medium Sea Green. HEX triplet: 38, CB and 75. RGB value is (56,203,117). Sum of RGB (Red+Green+Blue) = 56+203+117=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CB75 is #C7348A. Grayscale: #959595. Windows color (decimal): -13055115 or 7719736. OLE color: 7719736.

HSL color Cylindrical-coordinate representation of color #38CB75: hue angle of 144.9º 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 #38CB75 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 117 -
CMYK 0.72 0 0.42 0.20
HSL 144.9º 0.59% 0.51% -
HSV(B) 144.9º 0.72% 0.8% -
XYZ 26.2 44.84 24.1 -
YUV 149.24 109.8 61.49 -
System Red Green Blue C M Y K H S L
Decimal 56 203 117 0.72 0 0.42 0.20 144.9 0.59 0.51
Hex 38 CB 75 48 0 2A 14 91 3B 33
Octal 70 313 165 110 0 52 24 221 73 63
Binary 111000 11001011 1110101 1001000 0 101010 10100 10010001 111011 110011

Color Harmonies of #38CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB75

Black with #38CB75

Text Example


Text Example

White with #38CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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