#38AFAD

Color #38AFAD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #38AFAD

Tints of Light Sea Green #38AFAD

Color information

#38AFAD (or 0x38AFAD) is unknown color: approx Light Sea Green. HEX triplet: 38, AF and AD. RGB value is (56,175,173). Sum of RGB (Red+Green+Blue) = 56+175+173=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #38AFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AFAD is #C75052. Grayscale: #8B8B8B. Windows color (decimal): -13062227 or 11382584. OLE color: 11382584.

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

Color convert

RGB56175173-
CMYK0.6800.010.31
HSL178.99º51.52%45.29%-
HSV(B)178.99º68%68.63%-
XYZ24.534.5244.91-
YUV139.19147.0868.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=13.86%
G=43.32%
B=42.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751730.6800.010.31178.9951.5245.29
Hex38AFAD44011Fb3342d
Octal7025725510401372636455
Binary11100010101111101011011000100011111110110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38AFAD;
 }
 .AnyTagClassName
 {
   color: #38AFAD;
 }
</style>
background-color css

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

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

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

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

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

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