Html Css Color HEX #38AEAC Light Sea Green

📋 copy color: '#38AEAC'

red 56 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #38AEAC

Tints of Light Sea Green #38AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.28%

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

R = 13.93%
G = 43.28%
B = 42.79%

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

#38AEAC (or 0x38AEAC) is known color: Light Sea Green. HEX triplet: 38, AE and AC. RGB value is (56,174,172). Sum of RGB (Red+Green+Blue) = 56+174+172=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #38AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AEAC is #C75153. Grayscale: #8A8A8A. Windows color (decimal): -13062484 or 11316792. OLE color: 11316792.

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

Color convert

RGB 56 174 172 -
CMYK 0.68 0 0.01 0.32
HSL 178.98º 0.51% 0.45% -
HSV(B) 178.98º 0.68% 0.68% -
XYZ 24.21 34.09 44.33 -
YUV 138.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 56 174 172 0.68 0 0.01 0.32 178.98 0.51 0.45
Hex 38 AE AC 44 0 1 20 B3 33 2D
Octal 70 256 254 104 0 1 40 263 63 55
Binary 111000 10101110 10101100 1000100 0 1 100000 10110011 110011 101101

Color Harmonies of #38AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AEAC

Black with #38AEAC

Text Example


Text Example

White with #38AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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