Html Css Color HEX #38BCBA Light Sea Green

📋 copy color: '#38BCBA'

red 56 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #38BCBA

Tints of Light Sea Green #38BCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 13.02%
G = 43.72%
B = 43.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#38BCBA (or 0x38BCBA) is known color: Light Sea Green. HEX triplet: 38, BC and BA. RGB value is (56,188,186). Sum of RGB (Red+Green+Blue) = 56+188+186=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #38BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCBA is #C74345. Grayscale: #949494. Windows color (decimal): -13058886 or 12237880. OLE color: 12237880.

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

Color convert

RGB 56 188 186 -
CMYK 0.70 0 0.01 0.26
HSL 179.09º 0.54% 0.48% -
HSV(B) 179.09º 0.7% 0.74% -
XYZ 28.48 40.35 52.74 -
YUV 148.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 56 188 186 0.70 0 0.01 0.26 179.09 0.54 0.48
Hex 38 BC BA 46 0 1 1A B3 36 30
Octal 70 274 272 106 0 1 32 263 66 60
Binary 111000 10111100 10111010 1000110 0 1 11010 10110011 110110 110000

Color Harmonies of #38BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BCBA

Black with #38BCBA

Text Example


Text Example

White with #38BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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