Html Css Color HEX #38BAB2 Light Sea Green

📋 copy color: '#38BAB2'

red 56 ◦ green 186 ◦ blue 178

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

Shades of Light Sea Green #38BAB2

Tints of Light Sea Green #38BAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 13.33%
G = 44.29%
B = 42.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#38BAB2 (or 0x38BAB2) is known color: Light Sea Green. HEX triplet: 38, BA and B2. RGB value is (56,186,178). Sum of RGB (Red+Green+Blue) = 56+186+178=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #38BAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BAB2 is #C7454D. Grayscale: #929292. Windows color (decimal): -13059406 or 11713080. OLE color: 11713080.

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

Color convert

RGB 56 186 178 -
CMYK 0.70 0 0.04 0.27
HSL 176.31º 0.54% 0.47% -
HSV(B) 176.31º 0.7% 0.73% -
XYZ 27.23 39.17 48.25 -
YUV 146.22 145.93 63.65 -
System Red Green Blue C M Y K H S L
Decimal 56 186 178 0.70 0 0.04 0.27 176.31 0.54 0.47
Hex 38 BA B2 46 0 4 1B B0 36 2F
Octal 70 272 262 106 0 4 33 260 66 57
Binary 111000 10111010 10110010 1000110 0 100 11011 10110000 110110 101111

Color Harmonies of #38BAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BAB2

Black with #38BAB2

Text Example


Text Example

White with #38BAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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