Html Css Color HEX #38BFAC Light Sea Green

📋 copy color: '#38BFAC'

red 56 ◦ green 191 ◦ blue 172

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

Shades of Light Sea Green #38BFAC

Tints of Light Sea Green #38BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 45.58%

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 13.37%
G = 45.58%
B = 41.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#38BFAC (or 0x38BFAC) is known color: Light Sea Green. HEX triplet: 38, BF and AC. RGB value is (56,191,172). Sum of RGB (Red+Green+Blue) = 56+191+172=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BFAC is #C74053. Grayscale: #949494. Windows color (decimal): -13058132 or 11321144. OLE color: 11321144.

HSL color Cylindrical-coordinate representation of color #38BFAC: hue angle of 171.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFAC is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 191 172 -
CMYK 0.71 0 0.10 0.25
HSL 171.56º 0.55% 0.48% -
HSV(B) 171.56º 0.71% 0.75% -
XYZ 27.71 41.08 45.5 -
YUV 148.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 56 191 172 0.71 0 0.10 0.25 171.56 0.55 0.48
Hex 38 BF AC 47 0 A 19 AC 37 30
Octal 70 277 254 107 0 12 31 254 67 60
Binary 111000 10111111 10101100 1000111 0 1010 11001 10101100 110111 110000

Color Harmonies of #38BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFAC

Black with #38BFAC

Text Example


Text Example

White with #38BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,191,172); }

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

background-color css

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

 a { background-color: rgb(56,191,172); }

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

border-color css

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

 span { border-color: rgb(56,191,172); }

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