Html Css Color HEX #38B5A8 Light Sea Green

📋 copy color: '#38B5A8'

red 56 ◦ green 181 ◦ blue 168

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

Shades of Light Sea Green #38B5A8

Tints of Light Sea Green #38B5A8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.69%

 BLUE value IS 168 (66.02% from 255) = 41.48%

R = 13.83%
G = 44.69%
B = 41.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#38B5A8 (or 0x38B5A8) is known color: Light Sea Green. HEX triplet: 38, B5 and A8. RGB value is (56,181,168). Sum of RGB (Red+Green+Blue) = 56+181+168=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #38B5A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B5A8 is #C74A57. Grayscale: #8E8E8E. Windows color (decimal): -13060696 or 11056440. OLE color: 11056440.

HSL color Cylindrical-coordinate representation of color #38B5A8: hue angle of 173.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B5A8 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 181 168 -
CMYK 0.69 0 0.07 0.29
HSL 173.76º 0.53% 0.46% -
HSV(B) 173.76º 0.69% 0.71% -
XYZ 25.22 36.72 42.8 -
YUV 142.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 56 181 168 0.69 0 0.07 0.29 173.76 0.53 0.46
Hex 38 B5 A8 45 0 7 1D AE 35 2E
Octal 70 265 250 105 0 7 35 256 65 56
Binary 111000 10110101 10101000 1000101 0 111 11101 10101110 110101 101110

Color Harmonies of #38B5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B5A8

Black with #38B5A8

Text Example


Text Example

White with #38B5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,181,168); }

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

background-color css

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

 a { background-color: rgb(56,181,168); }

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

border-color css

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

 span { border-color: rgb(56,181,168); }

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