Html Css Color HEX #38ABA6 Light Sea Green

📋 copy color: '#38ABA6'

red 56 ◦ green 171 ◦ blue 166

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

Shades of Light Sea Green #38ABA6

Tints of Light Sea Green #38ABA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 14.25%
G = 43.51%
B = 42.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#38ABA6 (or 0x38ABA6) is known color: Light Sea Green. HEX triplet: 38, AB and A6. RGB value is (56,171,166). Sum of RGB (Red+Green+Blue) = 56+171+166=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #38ABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ABA6 is #C75459. Grayscale: #878787. Windows color (decimal): -13063258 or 10922808. OLE color: 10922808.

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

Color convert

RGB 56 171 166 -
CMYK 0.67 0 0.03 0.33
HSL 177.39º 0.51% 0.45% -
HSV(B) 177.39º 0.67% 0.67% -
XYZ 23.08 32.72 41.18 -
YUV 136.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 56 171 166 0.67 0 0.03 0.33 177.39 0.51 0.45
Hex 38 AB A6 43 0 3 21 B1 33 2D
Octal 70 253 246 103 0 3 41 261 63 55
Binary 111000 10101011 10100110 1000011 0 11 100001 10110001 110011 101101

Color Harmonies of #38ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABA6

Black with #38ABA6

Text Example


Text Example

White with #38ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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