Html Css Color HEX #38ADAA Light Sea Green

📋 copy color: '#38ADAA'

red 56 ◦ green 173 ◦ blue 170

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

Shades of Light Sea Green #38ADAA

Tints of Light Sea Green #38ADAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 14.04%
G = 43.36%
B = 42.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#38ADAA (or 0x38ADAA) is known color: Light Sea Green. HEX triplet: 38, AD and AA. RGB value is (56,173,170). Sum of RGB (Red+Green+Blue) = 56+173+170=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #38ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ADAA is #C75255. Grayscale: #898989. Windows color (decimal): -13062742 or 11185464. OLE color: 11185464.

HSL color Cylindrical-coordinate representation of color #38ADAA: hue angle of 178.46º 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 #38ADAA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 173 170 -
CMYK 0.68 0 0.02 0.32
HSL 178.46º 0.51% 0.45% -
HSV(B) 178.46º 0.68% 0.68% -
XYZ 23.83 33.63 43.27 -
YUV 137.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 56 173 170 0.68 0 0.02 0.32 178.46 0.51 0.45
Hex 38 AD AA 44 0 2 20 B2 33 2D
Octal 70 255 252 104 0 2 40 262 63 55
Binary 111000 10101101 10101010 1000100 0 10 100000 10110010 110011 101101

Color Harmonies of #38ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADAA

Black with #38ADAA

Text Example


Text Example

White with #38ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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