Html Css Color HEX #38BCAC Light Sea Green

📋 copy color: '#38BCAC'

red 56 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #38BCAC

Tints of Light Sea Green #38BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.19%

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

R = 13.46%
G = 45.19%
B = 41.35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#38BCAC (or 0x38BCAC) is known color: Light Sea Green. HEX triplet: 38, BC and AC. RGB value is (56,188,172). Sum of RGB (Red+Green+Blue) = 56+188+172=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #38BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BCAC is #C74353. Grayscale: #929292. Windows color (decimal): -13058900 or 11320376. OLE color: 11320376.

HSL color Cylindrical-coordinate representation of color #38BCAC: hue angle of 172.73º 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 #38BCAC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 172 -
CMYK 0.70 0 0.09 0.26
HSL 172.73º 0.54% 0.48% -
HSV(B) 172.73º 0.7% 0.74% -
XYZ 27.06 39.79 45.28 -
YUV 146.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 56 188 172 0.70 0 0.09 0.26 172.73 0.54 0.48
Hex 38 BC AC 46 0 9 1A AD 36 30
Octal 70 274 254 106 0 11 32 255 66 60
Binary 111000 10111100 10101100 1000110 0 1001 11010 10101101 110110 110000

Color Harmonies of #38BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BCAC

Black with #38BCAC

Text Example


Text Example

White with #38BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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