Html Css Color HEX #38BAAC Light Sea Green

📋 copy color: '#38BAAC'

red 56 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #38BAAC

Tints of Light Sea Green #38BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

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

R = 13.53%
G = 44.93%
B = 41.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#38BAAC (or 0x38BAAC) is known color: Light Sea Green. HEX triplet: 38, BA and AC. RGB value is (56,186,172). Sum of RGB (Red+Green+Blue) = 56+186+172=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #38BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BAAC is #C74553. Grayscale: #919191. Windows color (decimal): -13059412 or 11319864. OLE color: 11319864.

HSL color Cylindrical-coordinate representation of color #38BAAC: hue angle of 173.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BAAC is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 172 -
CMYK 0.70 0 0.08 0.27
HSL 173.54º 0.54% 0.47% -
HSV(B) 173.54º 0.7% 0.73% -
XYZ 26.64 38.94 45.14 -
YUV 145.53 142.93 64.14 -
System Red Green Blue C M Y K H S L
Decimal 56 186 172 0.70 0 0.08 0.27 173.54 0.54 0.47
Hex 38 BA AC 46 0 8 1B AE 36 2F
Octal 70 272 254 106 0 10 33 256 66 57
Binary 111000 10111010 10101100 1000110 0 1000 11011 10101110 110110 101111

Color Harmonies of #38BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BAAC

Black with #38BAAC

Text Example


Text Example

White with #38BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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