Html Css Color HEX #38ADAC Light Sea Green

📋 copy color: '#38ADAC'

red 56 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #38ADAC

Tints of Light Sea Green #38ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

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

R = 13.97%
G = 43.14%
B = 42.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#38ADAC (or 0x38ADAC) is known color: Light Sea Green. HEX triplet: 38, AD and AC. RGB value is (56,173,172). Sum of RGB (Red+Green+Blue) = 56+173+172=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #38ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ADAC is #C75253. Grayscale: #898989. Windows color (decimal): -13062740 or 11316536. OLE color: 11316536.

HSL color Cylindrical-coordinate representation of color #38ADAC: hue angle of 179.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38ADAC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 173 172 -
CMYK 0.68 0 0.01 0.32
HSL 179.49º 0.51% 0.45% -
HSV(B) 179.49º 0.68% 0.68% -
XYZ 24.02 33.71 44.27 -
YUV 137.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 56 173 172 0.68 0 0.01 0.32 179.49 0.51 0.45
Hex 38 AD AC 44 0 1 20 B3 33 2D
Octal 70 255 254 104 0 1 40 263 63 55
Binary 111000 10101101 10101100 1000100 0 1 100000 10110011 110011 101101

Color Harmonies of #38ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADAC

Black with #38ADAC

Text Example


Text Example

White with #38ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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