Html Css Color HEX #38ABAE Light Sea Green

📋 copy color: '#38ABAE'

red 56 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #38ABAE

Tints of Light Sea Green #38ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 13.97%
G = 42.64%
B = 43.39%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#38ABAE (or 0x38ABAE) is known color: Light Sea Green. HEX triplet: 38, AB and AE. RGB value is (56,171,174). Sum of RGB (Red+Green+Blue) = 56+171+174=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #38ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ABAE is #C75451. Grayscale: #888888. Windows color (decimal): -13063250 or 11447096. OLE color: 11447096.

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

Color convert

RGB 56 171 174 -
CMYK 0.68 0.02 0 0.32
HSL 181.53º 0.51% 0.45% -
HSV(B) 181.53º 0.68% 0.68% -
XYZ 23.83 33.02 45.16 -
YUV 136.96 148.9 70.26 -
System Red Green Blue C M Y K H S L
Decimal 56 171 174 0.68 0.02 0 0.32 181.53 0.51 0.45
Hex 38 AB AE 44 2 0 20 B6 33 2D
Octal 70 253 256 104 2 0 40 266 63 55
Binary 111000 10101011 10101110 1000100 10 0 100000 10110110 110011 101101

Color Harmonies of #38ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABAE

Black with #38ABAE

Text Example


Text Example

White with #38ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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