Html Css Color HEX #38BAB0 Light Sea Green

📋 copy color: '#38BAB0'

red 56 ◦ green 186 ◦ blue 176

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

Shades of Light Sea Green #38BAB0

Tints of Light Sea Green #38BAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 13.4%
G = 44.5%
B = 42.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#38BAB0 (or 0x38BAB0) is known color: Light Sea Green. HEX triplet: 38, BA and B0. RGB value is (56,186,176). Sum of RGB (Red+Green+Blue) = 56+186+176=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #38BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BAB0 is #C7454F. Grayscale: #919191. Windows color (decimal): -13059408 or 11582008. OLE color: 11582008.

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

Color convert

RGB 56 186 176 -
CMYK 0.70 0 0.05 0.27
HSL 175.38º 0.54% 0.47% -
HSV(B) 175.38º 0.7% 0.73% -
XYZ 27.03 39.09 47.2 -
YUV 145.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 56 186 176 0.70 0 0.05 0.27 175.38 0.54 0.47
Hex 38 BA B0 46 0 5 1B AF 36 2F
Octal 70 272 260 106 0 5 33 257 66 57
Binary 111000 10111010 10110000 1000110 0 101 11011 10101111 110110 101111

Color Harmonies of #38BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BAB0

Black with #38BAB0

Text Example


Text Example

White with #38BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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